Uses of Class
com.azure.resourcemanager.containerservice.models.ScaleSetPriority
-
Packages that use ScaleSetPriority Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ScaleSetPriority in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ScaleSetPriority Modifier and Type Method Description ScaleSetPriorityAgentPoolInner. scaleSetPriority()Get the scaleSetPriority property: The Virtual Machine Scale Set priority.ScaleSetPriorityManagedClusterAgentPoolProfileProperties. scaleSetPriority()Get the scaleSetPriority property: The Virtual Machine Scale Set priority.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ScaleSetPriority Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withScaleSetPriority(ScaleSetPriority scaleSetPriority)Set the scaleSetPriority property: The Virtual Machine Scale Set priority.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. withScaleSetPriority(ScaleSetPriority scaleSetPriority)Set the scaleSetPriority property: The Virtual Machine Scale Set priority. -
Uses of ScaleSetPriority in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as ScaleSetPriority Modifier and Type Field Description static ScaleSetPriorityScaleSetPriority. REGULARStatic value Regular for ScaleSetPriority.static ScaleSetPriorityScaleSetPriority. SPOTStatic value Spot for ScaleSetPriority.Methods in com.azure.resourcemanager.containerservice.models that return ScaleSetPriority Modifier and Type Method Description static ScaleSetPriorityScaleSetPriority. fromString(String name)Creates or finds a ScaleSetPriority from its string representation.ScaleSetPriorityKubernetesClusterAgentPool. virtualMachinePriority()Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ScaleSetPriority Modifier and Type Method Description static Collection<ScaleSetPriority>ScaleSetPriority. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type ScaleSetPriority Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withScaleSetPriority(ScaleSetPriority scaleSetPriority)Set the scaleSetPriority property: The Virtual Machine Scale Set priority.KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>KubernetesClusterAgentPool.DefinitionStages.WithVMPriority. withVirtualMachinePriority(ScaleSetPriority priority)Specifies the priority of the virtual machines.
-