Interface ContainerInstanceManagementClient
public interface ContainerInstanceManagementClient
The interface for ContainerInstanceManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the ContainerGroupsClient object to access its operations.Gets the ContainersClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the LocationsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the SubnetServiceAssociationLinksClient object to access its operations.Gets Subscription credentials which uniquely identify Microsoft Azure subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getContainerGroups
ContainerGroupsClient getContainerGroups()Gets the ContainerGroupsClient object to access its operations.- Returns:
- the ContainerGroupsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getLocations
LocationsClient getLocations()Gets the LocationsClient object to access its operations.- Returns:
- the LocationsClient object.
-
getContainers
ContainersClient getContainers()Gets the ContainersClient object to access its operations.- Returns:
- the ContainersClient object.
-
getSubnetServiceAssociationLinks
SubnetServiceAssociationLinksClient getSubnetServiceAssociationLinks()Gets the SubnetServiceAssociationLinksClient object to access its operations.- Returns:
- the SubnetServiceAssociationLinksClient object.
-