| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.fromString(String value)
Parses a serialized value to a ContainerServiceOrchestratorTypes instance.
|
ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorProfile.orchestratorType()
Get the orchestratorType property: The orchestrator to use to manage container service cluster resources.
|
static ContainerServiceOrchestratorTypes |
ContainerServiceOrchestratorTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerServiceOrchestratorTypes[] |
ContainerServiceOrchestratorTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceOrchestratorProfile |
ContainerServiceOrchestratorProfile.withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType)
Set the orchestratorType property: The orchestrator to use to manage container service cluster resources.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.