| Modifier and Type | Field and Description |
|---|---|
static ScaleSetEvictionPolicy |
ScaleSetEvictionPolicy.DEALLOCATE
Static value Deallocate for ScaleSetEvictionPolicy.
|
static ScaleSetEvictionPolicy |
ScaleSetEvictionPolicy.DELETE
Static value Delete for ScaleSetEvictionPolicy.
|
| Modifier and Type | Method and Description |
|---|---|
static ScaleSetEvictionPolicy |
ScaleSetEvictionPolicy.fromString(String name)
Creates or finds a ScaleSetEvictionPolicy from its string representation.
|
ScaleSetEvictionPolicy |
ManagedClusterAgentPoolProfileProperties.scaleSetEvictionPolicy()
Get scaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ScaleSetEvictionPolicy> |
ScaleSetEvictionPolicy.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy)
Set scaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/