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

84 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile"
name: "ContainerServiceOrchestratorProfile"
nameWithType: "ContainerServiceOrchestratorProfile"
summary: "Profile for the container service 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 **ContainerServiceOrchestratorProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.ContainerServiceOrchestratorProfile()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.ContainerServiceOrchestratorProfile()"
name: "ContainerServiceOrchestratorProfile()"
nameWithType: "ContainerServiceOrchestratorProfile.ContainerServiceOrchestratorProfile()"
syntax: "public ContainerServiceOrchestratorProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.orchestratorType()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.orchestratorType()"
name: "orchestratorType()"
nameWithType: "ContainerServiceOrchestratorProfile.orchestratorType()"
summary: "Get the orchestrator to use to manage container service cluster resources."
syntax: "public ContainerServiceOrchestratorTypes orchestratorType()"
desc: "Get the orchestrator to use to manage container service cluster resources. Valid values are Kubernetes, Swarm, DCOS, DockerCE and Custom. Possible values include: 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom'."
returns:
description: "the orchestratorType value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes?alt=com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes&text=ContainerServiceOrchestratorTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.orchestratorVersion()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.orchestratorVersion()"
name: "orchestratorVersion()"
nameWithType: "ContainerServiceOrchestratorProfile.orchestratorVersion()"
summary: "Get the version of the orchestrator to use."
syntax: "public String orchestratorVersion()"
desc: "Get the version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as \"1.6.11\"."
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.ContainerServiceOrchestratorProfile.withOrchestratorType(com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)"
name: "withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)"
nameWithType: "ContainerServiceOrchestratorProfile.withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)"
summary: "Set the orchestrator to use to manage container service cluster resources."
parameters:
- description: "the orchestratorType value to set"
name: "orchestratorType"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes?alt=com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes&text=ContainerServiceOrchestratorTypes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceOrchestratorProfile withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)"
desc: "Set the orchestrator to use to manage container service cluster resources. Valid values are Kubernetes, Swarm, DCOS, DockerCE and Custom. Possible values include: 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom'."
returns:
description: "the ContainerServiceOrchestratorProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile&text=ContainerServiceOrchestratorProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.withOrchestratorVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.withOrchestratorVersion(String orchestratorVersion)"
name: "withOrchestratorVersion(String orchestratorVersion)"
nameWithType: "ContainerServiceOrchestratorProfile.withOrchestratorVersion(String orchestratorVersion)"
summary: "Set the version of the orchestrator to use."
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 ContainerServiceOrchestratorProfile withOrchestratorVersion(String orchestratorVersion)"
desc: "Set the version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as \"1.6.11\"."
returns:
description: "the ContainerServiceOrchestratorProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile&text=ContainerServiceOrchestratorProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Profile for the container service orchestrator."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4