| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.fluent.models |
Package containing the inner data models for ContainerServiceManagementClient.
|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OSType |
AgentPoolUpgradeProfileInner.osType()
Get the osType property: OsType to be used to specify os type.
|
OSType |
AgentPoolInner.osType()
Get the osType property: OsType to be used to specify os type.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolUpgradeProfileInner |
AgentPoolUpgradeProfileInner.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
AgentPoolInner |
AgentPoolInner.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
| 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 |
ContainerServiceAgentPoolProfile.osType()
Get the osType property: OsType to be used to specify os type.
|
OSType |
ManagedClusterPoolUpgradeProfile.osType()
Get the osType property: OsType to be used to specify os type.
|
OSType |
KubernetesClusterAgentPool.osType() |
OSType |
ManagedClusterAgentPoolProfileProperties.osType()
Get the osType property: OsType to be used to specify os type.
|
OSType |
OpenShiftManagedClusterAgentPoolProfile.osType()
Get the osType property: OsType to be used to specify os type.
|
OSType |
OpenShiftManagedClusterMasterPoolProfile.osType()
Get the osType property: OsType to be used to specify os type.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
ManagedClusterPoolUpgradeProfile |
ManagedClusterPoolUpgradeProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterMasterPoolProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType)
OS type to be used for each virtual machine in the agent pool.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.