azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile"
name: "ManagedClusterPoolUpgradeProfile"
nameWithType: "ManagedClusterPoolUpgradeProfile"
summary: "The list of available upgrade versions."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ManagedClusterPoolUpgradeProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.ManagedClusterPoolUpgradeProfile()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.ManagedClusterPoolUpgradeProfile()"
name: "ManagedClusterPoolUpgradeProfile()"
nameWithType: "ManagedClusterPoolUpgradeProfile.ManagedClusterPoolUpgradeProfile()"
syntax: "public ManagedClusterPoolUpgradeProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.kubernetesVersion()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.kubernetesVersion()"
name: "kubernetesVersion()"
nameWithType: "ManagedClusterPoolUpgradeProfile.kubernetesVersion()"
summary: "Get kubernetes version (major, minor, patch)."
syntax: "public String kubernetesVersion()"
desc: "Get kubernetes version (major, minor, patch)."
returns:
description: "the kubernetesVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.name()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.name()"
name: "name()"
nameWithType: "ManagedClusterPoolUpgradeProfile.name()"
summary: "Get pool name."
syntax: "public String name()"
desc: "Get pool name."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.osType()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.osType()"
name: "osType()"
nameWithType: "ManagedClusterPoolUpgradeProfile.osType()"
summary: "Get os<wbr>Type to be used to specify os type."
syntax: "public OSType osType()"
desc: "Get osType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'."
returns:
description: "the osType value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.OSType?alt=com.microsoft.azure.management.containerservice.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.upgrades()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.upgrades()"
name: "upgrades()"
nameWithType: "ManagedClusterPoolUpgradeProfile.upgrades()"
summary: "Get list of orchestrator types and versions available for upgrade."
syntax: "public List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades()"
desc: "Get list of orchestrator types and versions available for upgrade."
returns:
description: "the upgrades value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfileUpgradesItem?alt=com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfileUpgradesItem&text=ManagedClusterPoolUpgradeProfileUpgradesItem\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withKubernetesVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withKubernetesVersion(String kubernetesVersion)"
name: "withKubernetesVersion(String kubernetesVersion)"
nameWithType: "ManagedClusterPoolUpgradeProfile.withKubernetesVersion(String kubernetesVersion)"
summary: "Set kubernetes version (major, minor, patch)."
parameters:
- description: "the kubernetesVersion value to set"
name: "kubernetesVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterPoolUpgradeProfile withKubernetesVersion(String kubernetesVersion)"
desc: "Set kubernetes version (major, minor, patch)."
returns:
description: "the ManagedClusterPoolUpgradeProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile&text=ManagedClusterPoolUpgradeProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withName(String name)"
name: "withName(String name)"
nameWithType: "ManagedClusterPoolUpgradeProfile.withName(String name)"
summary: "Set pool name."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterPoolUpgradeProfile withName(String name)"
desc: "Set pool name."
returns:
description: "the ManagedClusterPoolUpgradeProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile&text=ManagedClusterPoolUpgradeProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withOsType(com.microsoft.azure.management.containerservice.OSType)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withOsType(OSType osType)"
name: "withOsType(OSType osType)"
nameWithType: "ManagedClusterPoolUpgradeProfile.withOsType(OSType osType)"
summary: "Set os<wbr>Type to be used to specify os type."
parameters:
- description: "the osType value to set"
name: "osType"
type: "<xref href=\"com.microsoft.azure.management.containerservice.OSType?alt=com.microsoft.azure.management.containerservice.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterPoolUpgradeProfile withOsType(OSType osType)"
desc: "Set osType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'."
returns:
description: "the ManagedClusterPoolUpgradeProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile&text=ManagedClusterPoolUpgradeProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withUpgrades(java.util.List<com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfileUpgradesItem>)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile.withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades)"
name: "withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades)"
nameWithType: "ManagedClusterPoolUpgradeProfile.withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades)"
summary: "Set list of orchestrator types and versions available for upgrade."
parameters:
- description: "the upgrades value to set"
name: "upgrades"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfileUpgradesItem?alt=com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfileUpgradesItem&text=ManagedClusterPoolUpgradeProfileUpgradesItem\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedClusterPoolUpgradeProfile withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades)"
desc: "Set list of orchestrator types and versions available for upgrade."
returns:
description: "the ManagedClusterPoolUpgradeProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfile&text=ManagedClusterPoolUpgradeProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The list of available upgrade versions."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4