| Modifier and Type | Field and Description |
|---|---|
static OSDiskType |
OSDiskType.EPHEMERAL
Static value Ephemeral for OSDiskType.
|
static OSDiskType |
OSDiskType.MANAGED
Static value Managed for OSDiskType.
|
| Modifier and Type | Method and Description |
|---|---|
static OSDiskType |
OSDiskType.fromString(String name)
Creates or finds a OSDiskType from its string representation.
|
OSDiskType |
ManagedClusterAgentPoolProfileProperties.osDiskType()
Get oS disk type to be used for machines in a given agent pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OSDiskType> |
OSDiskType.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOsDiskType(OSDiskType osDiskType)
Set oS disk type to be used for machines in a given agent pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/