Uses of Class
com.azure.resourcemanager.containerservice.models.ScaleSetEvictionPolicy
Packages that use ScaleSetEvictionPolicy
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of ScaleSetEvictionPolicy in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ScaleSetEvictionPolicyModifier and TypeMethodDescriptionAgentPoolInner.scaleSetEvictionPolicy()Get the scaleSetEvictionPolicy property: The Virtual Machine Scale Set eviction policy.ManagedClusterAgentPoolProfileProperties.scaleSetEvictionPolicy()Get the scaleSetEvictionPolicy property: The Virtual Machine Scale Set eviction policy.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ScaleSetEvictionPolicyModifier and TypeMethodDescriptionAgentPoolInner.withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy) Set the scaleSetEvictionPolicy property: The Virtual Machine Scale Set eviction policy.ManagedClusterAgentPoolProfileProperties.withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy) Set the scaleSetEvictionPolicy property: The Virtual Machine Scale Set eviction policy. -
Uses of ScaleSetEvictionPolicy in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type ScaleSetEvictionPolicy in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe Virtual Machine Scale Set eviction policy.Fields in com.azure.resourcemanager.containerservice.models declared as ScaleSetEvictionPolicyModifier and TypeFieldDescriptionstatic final ScaleSetEvictionPolicyScaleSetEvictionPolicy.DEALLOCATENodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction.static final ScaleSetEvictionPolicyScaleSetEvictionPolicy.DELETENodes in the underlying Scale Set of the node pool are deleted when they're evicted.Methods in com.azure.resourcemanager.containerservice.models that return ScaleSetEvictionPolicyModifier and TypeMethodDescriptionstatic ScaleSetEvictionPolicyScaleSetEvictionPolicy.fromString(String name) Creates or finds a ScaleSetEvictionPolicy from its string representation.AgentPool.virtualMachineEvictionPolicy()Gets the eviction policy of each virtual machines in the agent pool.AgentPoolData.virtualMachineEvictionPolicy()Gets the eviction policy of each virtual machines in the agent pool.KubernetesClusterAgentPool.virtualMachineEvictionPolicy()Gets the eviction policy of each virtual machines in the agent pool.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ScaleSetEvictionPolicyModifier and TypeMethodDescriptionstatic Collection<ScaleSetEvictionPolicy> ScaleSetEvictionPolicy.values()Gets known ScaleSetEvictionPolicy values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ScaleSetEvictionPolicyModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy) Set the scaleSetEvictionPolicy property: The Virtual Machine Scale Set eviction policy.AgentPoolData.withSpotPriorityVirtualMachine(ScaleSetEvictionPolicy policy) Specify that virtual machines should be spot priority VMs.KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withSpotPriorityVirtualMachine(ScaleSetEvictionPolicy policy) Specify that virtual machines should be spot priority VMs with provided eviction policy.