public final class ContainerInstanceManager extends Manager<ContainerInstanceManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerInstanceManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerInstanceManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of ContainerInstanceManager that exposes resource management API entry points.
|
AuthorizationManager |
authorizationManager() |
static ContainerInstanceManager.Configurable |
configure()
Get a Configurable instance that can be used to create ContainerInstanceManager with optional configuration.
|
ContainerGroups |
containerGroups() |
NetworkManager |
networkManager() |
StorageManager |
storageManager() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static ContainerInstanceManager.Configurable configure()
public static ContainerInstanceManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic StorageManager storageManager()
public AuthorizationManager authorizationManager()
public NetworkManager networkManager()
public ContainerGroups containerGroups()
Copyright © 2021 Microsoft Corporation. All rights reserved.