Uses of Class
com.azure.resourcemanager.containerservice.models.ScaleSetPriority
Packages that use ScaleSetPriority
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 ScaleSetPriorityModifier and TypeMethodDescriptionAgentPoolInner.scaleSetPriority()Get the scaleSetPriority property: The Virtual Machine Scale Set priority.ManagedClusterAgentPoolProfileProperties.scaleSetPriority()Get the scaleSetPriority property: The Virtual Machine Scale Set priority.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ScaleSetPriorityModifier and TypeMethodDescriptionAgentPoolInner.withScaleSetPriority(ScaleSetPriority scaleSetPriority) Set the scaleSetPriority property: The Virtual Machine Scale Set priority.ManagedClusterAgentPoolProfileProperties.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 ScaleSetPriorityModifier and TypeFieldDescriptionstatic final ScaleSetPriorityScaleSetPriority.REGULARStatic value Regular for ScaleSetPriority.static final ScaleSetPriorityScaleSetPriority.SPOTStatic value Spot for ScaleSetPriority.Methods in com.azure.resourcemanager.containerservice.models that return ScaleSetPriorityModifier and TypeMethodDescriptionstatic ScaleSetPriorityScaleSetPriority.fromString(String name) Creates or finds a ScaleSetPriority from its string representation.AgentPool.virtualMachinePriority()Gets the priority of each virtual machines in the agent pool.AgentPoolData.virtualMachinePriority()Gets the priority of each virtual machines in the agent pool.KubernetesClusterAgentPool.virtualMachinePriority()Gets the priority of each virtual machines in the agent pool.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ScaleSetPriorityModifier and TypeMethodDescriptionstatic Collection<ScaleSetPriority> ScaleSetPriority.values()Gets known ScaleSetPriority values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ScaleSetPriorityModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withScaleSetPriority(ScaleSetPriority scaleSetPriority) Set the scaleSetPriority property: The Virtual Machine Scale Set priority.AgentPoolData.withVirtualMachinePriority(ScaleSetPriority priority) Specifies the priority of the virtual machines.KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withVirtualMachinePriority(ScaleSetPriority priority) Specifies the priority of the virtual machines.