public final class ContainerServiceManager extends Manager<ContainerServiceManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerServiceManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of ContainerServiceManager that exposes Azure Container Service resource management API entry
points.
|
static ContainerServiceManager.Configurable |
configure()
Get a Configurable instance that can be used to create ContainerServiceManager with optional configuration.
|
KubernetesClusters |
kubernetesClusters() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static ContainerServiceManager.Configurable configure()
public static ContainerServiceManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic KubernetesClusters kubernetesClusters()
Copyright © 2020 Microsoft Corporation. All rights reserved.