Interface ContainerInstanceManagementClient
-
public interface ContainerInstanceManagementClientThe interface for ContainerInstanceManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Gets Api Version.ContainerGroupsClientgetContainerGroups()Gets the ContainerGroupsClient object to access its operations.ContainersClientgetContainers()Gets the ContainersClient object to access its operations.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.StringgetEndpoint()Gets server parameter.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.LocationsClientgetLocations()Gets the LocationsClient object to access its operations.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.StringgetSubscriptionId()Gets Subscription credentials which uniquely identify Microsoft Azure subscription.
-
-
-
Method Detail
-
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.
-
-