ContainerServiceManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. containerservice. ContainerServiceManager
- com.
- com.
public final class ContainerServiceManager
extends Manager<ContainerServiceManagementClient>
Entry point to Azure Container Service management.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Container |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Container |
static
Container |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Container |
static Configurable |
configure()
Get a Configurable instance that can be used to create Container |
Kubernetes |
kubernetesClusters() |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
authenticate
public static ContainerServiceManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of ContainerServiceManager that exposes Azure Container Service resource management API entry points.
Parameters:
Returns:
authenticate
public static ContainerServiceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of ContainerServiceManager that exposes Service resource management API entry points.
Parameters:
Returns:
configure
public static ContainerServiceManager.Configurable configure()
Get a Configurable instance that can be used to create ContainerServiceManager with optional configuration.
Returns:
kubernetesClusters
public KubernetesClusters kubernetesClusters()
Returns:
Applies to
Azure SDK for Java