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 ContainerGroupsClient getContainerGroups()

Gets the ContainerGroupsClient object to access its operations.

abstract ContainersClient getContainers()

Gets the ContainersClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract LocationsClient getLocations()

Gets the LocationsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract SubnetServiceAssociationLinksClient getSubnetServiceAssociationLinks()

Gets the SubnetServiceAssociationLinksClient object to access its operations.

abstract String getSubscriptionId()

Gets Subscription credentials which uniquely identify Microsoft Azure subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getContainerGroups

public abstract ContainerGroupsClient getContainerGroups()

Gets the ContainerGroupsClient object to access its operations.

Returns:

the ContainerGroupsClient object.

getContainers

public abstract ContainersClient getContainers()

Gets the ContainersClient object to access its operations.

Returns:

the ContainersClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getLocations

public abstract LocationsClient getLocations()

Gets the LocationsClient object to access its operations.

Returns:

the LocationsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSubnetServiceAssociationLinks

public abstract SubnetServiceAssociationLinksClient getSubnetServiceAssociationLinks()

Gets the SubnetServiceAssociationLinksClient object to access its operations.

Returns:

the SubnetServiceAssociationLinksClient object.

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:

the subscriptionId value.

Applies to