Uses of Class
com.azure.resourcemanager.containerservice.models.VirtualMachinesProfile
Packages that use VirtualMachinesProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of VirtualMachinesProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return VirtualMachinesProfileModifier and TypeMethodDescriptionAgentPoolInner.virtualMachinesProfile()Get the virtualMachinesProfile property: Specifications on VirtualMachines agent pool.ManagedClusterAgentPoolProfileProperties.virtualMachinesProfile()Get the virtualMachinesProfile property: Specifications on VirtualMachines agent pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type VirtualMachinesProfileModifier and TypeMethodDescriptionAgentPoolInner.withVirtualMachinesProfile(VirtualMachinesProfile virtualMachinesProfile) Set the virtualMachinesProfile property: Specifications on VirtualMachines agent pool.ManagedClusterAgentPoolProfileProperties.withVirtualMachinesProfile(VirtualMachinesProfile virtualMachinesProfile) Set the virtualMachinesProfile property: Specifications on VirtualMachines agent pool. -
Uses of VirtualMachinesProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return VirtualMachinesProfileModifier and TypeMethodDescriptionstatic VirtualMachinesProfileVirtualMachinesProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachinesProfile from the JsonReader.VirtualMachinesProfile.withScale(ScaleProfile scale) Set the scale property: Specifications on how to scale a VirtualMachines agent pool.Methods in com.azure.resourcemanager.containerservice.models with parameters of type VirtualMachinesProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withVirtualMachinesProfile(VirtualMachinesProfile virtualMachinesProfile) Set the virtualMachinesProfile property: Specifications on VirtualMachines agent pool.