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

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile"
name: "OrchestratorVersionProfile"
nameWithType: "OrchestratorVersionProfile"
summary: "The profile of an orchestrator and its available 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 **OrchestratorVersionProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.OrchestratorVersionProfile()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.OrchestratorVersionProfile()"
name: "OrchestratorVersionProfile()"
nameWithType: "OrchestratorVersionProfile.OrchestratorVersionProfile()"
syntax: "public OrchestratorVersionProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.defaultProperty()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.defaultProperty()"
name: "defaultProperty()"
nameWithType: "OrchestratorVersionProfile.defaultProperty()"
summary: "Get installed by default if version is not specified."
syntax: "public Boolean defaultProperty()"
desc: "Get installed by default if version is not specified."
returns:
description: "the defaultProperty value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.isPreview()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.isPreview()"
name: "isPreview()"
nameWithType: "OrchestratorVersionProfile.isPreview()"
summary: "Get whether Kubernetes version is currently in preview."
syntax: "public Boolean isPreview()"
desc: "Get whether Kubernetes version is currently in preview."
returns:
description: "the isPreview value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.orchestratorType()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.orchestratorType()"
name: "orchestratorType()"
nameWithType: "OrchestratorVersionProfile.orchestratorType()"
summary: "Get orchestrator type."
syntax: "public String orchestratorType()"
desc: "Get orchestrator type."
returns:
description: "the orchestratorType 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.OrchestratorVersionProfile.orchestratorVersion()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.orchestratorVersion()"
name: "orchestratorVersion()"
nameWithType: "OrchestratorVersionProfile.orchestratorVersion()"
summary: "Get orchestrator version (major, minor, patch)."
syntax: "public String orchestratorVersion()"
desc: "Get orchestrator version (major, minor, patch)."
returns:
description: "the orchestratorVersion 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.OrchestratorVersionProfile.upgrades()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.upgrades()"
name: "upgrades()"
nameWithType: "OrchestratorVersionProfile.upgrades()"
summary: "Get the list of available upgrade versions."
syntax: "public List<OrchestratorProfile> upgrades()"
desc: "Get the list of available upgrade versions."
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.OrchestratorProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorProfile&text=OrchestratorProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withDefaultProperty(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withDefaultProperty(Boolean defaultProperty)"
name: "withDefaultProperty(Boolean defaultProperty)"
nameWithType: "OrchestratorVersionProfile.withDefaultProperty(Boolean defaultProperty)"
summary: "Set installed by default if version is not specified."
parameters:
- description: "the defaultProperty value to set"
name: "defaultProperty"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OrchestratorVersionProfile withDefaultProperty(Boolean defaultProperty)"
desc: "Set installed by default if version is not specified."
returns:
description: "the OrchestratorVersionProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorVersionProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorVersionProfile&text=OrchestratorVersionProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withIsPreview(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withIsPreview(Boolean isPreview)"
name: "withIsPreview(Boolean isPreview)"
nameWithType: "OrchestratorVersionProfile.withIsPreview(Boolean isPreview)"
summary: "Set whether Kubernetes version is currently in preview."
parameters:
- description: "the isPreview value to set"
name: "isPreview"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OrchestratorVersionProfile withIsPreview(Boolean isPreview)"
desc: "Set whether Kubernetes version is currently in preview."
returns:
description: "the OrchestratorVersionProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorVersionProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorVersionProfile&text=OrchestratorVersionProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withOrchestratorType(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withOrchestratorType(String orchestratorType)"
name: "withOrchestratorType(String orchestratorType)"
nameWithType: "OrchestratorVersionProfile.withOrchestratorType(String orchestratorType)"
summary: "Set orchestrator type."
parameters:
- description: "the orchestratorType value to set"
name: "orchestratorType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OrchestratorVersionProfile withOrchestratorType(String orchestratorType)"
desc: "Set orchestrator type."
returns:
description: "the OrchestratorVersionProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorVersionProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorVersionProfile&text=OrchestratorVersionProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withOrchestratorVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withOrchestratorVersion(String orchestratorVersion)"
name: "withOrchestratorVersion(String orchestratorVersion)"
nameWithType: "OrchestratorVersionProfile.withOrchestratorVersion(String orchestratorVersion)"
summary: "Set orchestrator version (major, minor, patch)."
parameters:
- description: "the orchestratorVersion value to set"
name: "orchestratorVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OrchestratorVersionProfile withOrchestratorVersion(String orchestratorVersion)"
desc: "Set orchestrator version (major, minor, patch)."
returns:
description: "the OrchestratorVersionProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorVersionProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorVersionProfile&text=OrchestratorVersionProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withUpgrades(java.util.List<com.microsoft.azure.management.containerservice.OrchestratorProfile>)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorVersionProfile.withUpgrades(List<OrchestratorProfile> upgrades)"
name: "withUpgrades(List<OrchestratorProfile> upgrades)"
nameWithType: "OrchestratorVersionProfile.withUpgrades(List<OrchestratorProfile> upgrades)"
summary: "Set the list of available upgrade versions."
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.OrchestratorProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorProfile&text=OrchestratorProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public OrchestratorVersionProfile withUpgrades(List<OrchestratorProfile> upgrades)"
desc: "Set the list of available upgrade versions."
returns:
description: "the OrchestratorVersionProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorVersionProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorVersionProfile&text=OrchestratorVersionProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The profile of an orchestrator and its available versions."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4