ContainerInstanceManagementClient Interface
public interface ContainerInstanceManagementClient
The interface for ContainerInstanceManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
abstract
Container |
getContainerGroups()
Gets the Container |
abstract
Containers |
getContainers()
Gets the Containers |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Locations |
getLocations()
Gets the Locations |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Subnet |
getSubnetServiceAssociationLinks()
Gets the Subnet |
abstract String |
getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getContainerGroups
public abstract ContainerGroupsClient getContainerGroups()
Gets the ContainerGroupsClient object to access its operations.
Returns:
getContainers
public abstract ContainersClient getContainers()
Gets the ContainersClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLocations
public abstract LocationsClient getLocations()
Gets the LocationsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSubnetServiceAssociationLinks
public abstract SubnetServiceAssociationLinksClient getSubnetServiceAssociationLinks()
Gets the SubnetServiceAssociationLinksClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Returns:
Applies to
Azure SDK for Java