| Modifier and Type | Field and Description |
|---|---|
static OSType |
OSType.LINUX
Static value Linux for OSType.
|
static OSType |
OSType.WINDOWS
Static value Windows for OSType.
|
| Modifier and Type | Method and Description |
|---|---|
static OSType |
OSType.fromString(String name)
Creates or finds a OSType from its string representation.
|
OSType |
OpenShiftManagedClusterAgentPoolProfile.osType()
Get osType to be used to specify os type.
|
OSType |
OpenShiftManagedClusterMasterPoolProfile.osType()
Get osType to be used to specify os type.
|
OSType |
ContainerServiceAgentPool.osType() |
OSType |
ManagedClusterAgentPoolProfileProperties.osType()
Get osType to be used to specify os type.
|
OSType |
KubernetesClusterAgentPool.osType() |
OSType |
ManagedClusterPoolUpgradeProfile.osType()
Get osType to be used to specify os type.
|
OSType |
ContainerServiceAgentPoolProfile.osType()
Get osType to be used to specify os type.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OSType> |
OSType.values() |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withOsType(OSType osType)
Set osType to be used to specify os type.
|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterMasterPoolProfile.withOsType(OSType osType)
Set osType to be used to specify os type.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOsType(OSType osType)
Set osType to be used to specify os type.
|
ManagedClusterPoolUpgradeProfile |
ManagedClusterPoolUpgradeProfile.withOsType(OSType osType)
Set osType to be used to specify os type.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withOsType(OSType osType)
Set osType to be used to specify os type.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType)
OS type to be used for every machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType)
OS type to be used for each virtual machine in the agent pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/