ContainerInstanceManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. containerinstance. ContainerInstanceManager
- com.
- com.
public final class ContainerInstanceManager
extends Manager<ContainerInstanceManagementClient>
Entry point to Azure container instance 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 |
Authorization |
authorizationManager() |
static Configurable |
configure()
Get a Configurable instance that can be used to create Container |
Container |
containerGroups() |
Network |
networkManager() |
Storage |
storageManager() |
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:
Returns:
authenticate
public static ContainerInstanceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of ContainerInstanceManager that exposes resource management API entry points.
Parameters:
Returns:
authorizationManager
public AuthorizationManager authorizationManager()
Returns:
configure
public static ContainerInstanceManager.Configurable configure()
Get a Configurable instance that can be used to create ContainerInstanceManager with optional configuration.
Returns:
containerGroups
public ContainerGroups containerGroups()
Returns:
networkManager
public NetworkManager networkManager()
Returns:
storageManager
public StorageManager storageManager()
Returns:
Applies to
Azure SDK for Java