Class ContainerInstanceManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<ContainerInstanceManagementClient>
com.azure.resourcemanager.containerinstance.ContainerInstanceManager
- All Implemented Interfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient<ContainerInstanceManagementClient>
public final class ContainerInstanceManager
extends com.azure.resourcemanager.resources.fluentcore.arm.Manager<ContainerInstanceManagementClient>
Entry point to Azure container instance management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerInstanceManagerauthenticate(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.static ContainerInstanceManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ContainerInstanceManager that exposes resource management API entry points.Gets the authorization manager in container instance manager.Get a Configurable instance that can be used to create ContainerInstanceManager with optional configuration.Gets the resource management API entry point.com.azure.resourcemanager.network.NetworkManagerGets the network manager in container instance manager.Gets the storage manager in container instance manager.Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
configure
Get a Configurable instance that can be used to create ContainerInstanceManager with optional configuration.- Returns:
- Configurable
-
authenticate
public 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.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the ContainerInstanceManager
-
authenticate
public static ContainerInstanceManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ContainerInstanceManager that exposes resource management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the ContainerInstanceManager
-
storageManager
Gets the storage manager in container instance manager.- Returns:
- the storage manager in container instance manager
-
authorizationManager
Gets the authorization manager in container instance manager.- Returns:
- the authorization manager in container instance manager
-
networkManager
public com.azure.resourcemanager.network.NetworkManager networkManager()Gets the network manager in container instance manager.- Returns:
- the network manager in container instance manager
-
containerGroups
Gets the resource management API entry point.- Returns:
- the resource management API entry point
-