ContainerServiceManager Class

public final class ContainerServiceManager
extends Manager<ContainerServiceManagementClient>

Entry point to Azure Container Service management.

Method Summary

Modifier and Type Method and Description
static ContainerServiceManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ContainerServiceManager that exposes Azure Container Service resource management API entry points.

static ContainerServiceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ContainerServiceManager that exposes Service resource management API entry points.

static Configurable configure()

Get a Configurable instance that can be used to create ContainerServiceManager with optional configuration.

KubernetesClusters 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:

credential - the credential to use
profile - the profile to use

Returns:

the ContainerServiceManager

authenticate

public static ContainerServiceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ContainerServiceManager that exposes Service resource management API entry points.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the profile to use

Returns:

the ContainerServiceManager

configure

public static ContainerServiceManager.Configurable configure()

Get a Configurable instance that can be used to create ContainerServiceManager with optional configuration.

Returns:

Configurable

kubernetesClusters

public KubernetesClusters kubernetesClusters()

Returns:

the Azure Kubernetes cluster resource management API entry point

Applies to