共用方式為


ContainerInstanceManager Class

public final class ContainerInstanceManager
extends Manager<ContainerInstanceManagementClient>

Entry point to Azure container instance management.

Method Summary

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

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

static ContainerInstanceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

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

AuthorizationManager authorizationManager()

Gets the authorization manager in container instance manager.

static Configurable configure()

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

ContainerGroups containerGroups()

Gets the resource management API entry point.

NetworkManager networkManager()

Gets the network manager in container instance manager.

StorageManager storageManager()

Gets the storage manager in container instance manager.

Methods inherited from Manager

Methods inherited from java.lang.Object

Method Details

authenticate

public static ContainerInstanceManager authenticate(TokenCredential credential, AzureProfile profile)

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

Parameters:

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

Returns:

the ContainerInstanceManager

authenticate

public static ContainerInstanceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

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

Parameters:

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

Returns:

the ContainerInstanceManager

authorizationManager

public AuthorizationManager authorizationManager()

Gets the authorization manager in container instance manager.

Returns:

the authorization manager in container instance manager

configure

public static ContainerInstanceManager.Configurable configure()

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

Returns:

Configurable

containerGroups

public ContainerGroups containerGroups()

Gets the resource management API entry point.

Returns:

the resource management API entry point

networkManager

public NetworkManager networkManager()

Gets the network manager in container instance manager.

Returns:

the network manager in container instance manager

storageManager

public StorageManager storageManager()

Gets the storage manager in container instance manager.

Returns:

the storage manager in container instance manager

Applies to