Uses of Class
com.azure.resourcemanager.containerservice.models.ScaleSetPriority
Packages that use ScaleSetPriority
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
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
Subclasses with type arguments of type ScaleSetPriority in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe Virtual Machine Scale Set priority.Fields in com.azure.resourcemanager.containerservice.models declared as ScaleSetPriorityModifier and TypeFieldDescriptionstatic final ScaleSetPriorityScaleSetPriority.REGULARRegular VMs will be used.static final ScaleSetPriorityScaleSetPriority.SPOTSpot priority VMs will be used.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.