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

108 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.OrchestratorProfile"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile"
name: "OrchestratorProfile"
nameWithType: "OrchestratorProfile"
summary: "Contains information about orchestrator."
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 **OrchestratorProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.OrchestratorProfile.OrchestratorProfile()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile.OrchestratorProfile()"
name: "OrchestratorProfile()"
nameWithType: "OrchestratorProfile.OrchestratorProfile()"
syntax: "public OrchestratorProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.OrchestratorProfile.isPreview()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile.isPreview()"
name: "isPreview()"
nameWithType: "OrchestratorProfile.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.OrchestratorProfile.orchestratorType()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile.orchestratorType()"
name: "orchestratorType()"
nameWithType: "OrchestratorProfile.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.OrchestratorProfile.orchestratorVersion()"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile.orchestratorVersion()"
name: "orchestratorVersion()"
nameWithType: "OrchestratorProfile.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.OrchestratorProfile.withIsPreview(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile.withIsPreview(Boolean isPreview)"
name: "withIsPreview(Boolean isPreview)"
nameWithType: "OrchestratorProfile.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 OrchestratorProfile withIsPreview(Boolean isPreview)"
desc: "Set whether Kubernetes version is currently in preview."
returns:
description: "the OrchestratorProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorProfile&text=OrchestratorProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorProfile.withOrchestratorType(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile.withOrchestratorType(String orchestratorType)"
name: "withOrchestratorType(String orchestratorType)"
nameWithType: "OrchestratorProfile.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 OrchestratorProfile withOrchestratorType(String orchestratorType)"
desc: "Set orchestrator type."
returns:
description: "the OrchestratorProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorProfile&text=OrchestratorProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OrchestratorProfile.withOrchestratorVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OrchestratorProfile.withOrchestratorVersion(String orchestratorVersion)"
name: "withOrchestratorVersion(String orchestratorVersion)"
nameWithType: "OrchestratorProfile.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 OrchestratorProfile withOrchestratorVersion(String orchestratorVersion)"
desc: "Set orchestrator version (major, minor, patch)."
returns:
description: "the OrchestratorProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorProfile?alt=com.microsoft.azure.management.containerservice.OrchestratorProfile&text=OrchestratorProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains information about orchestrator."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4