SubscriptionClient Interface

public interface SubscriptionClient

The interface for SubscriptionClient class.

Method Summary

Modifier and Type Method and Description
abstract AliasClient getAlias()

Gets the AliasClient 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 OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract SubscriptionOperationsClient getSubscriptionOperations()

Gets the SubscriptionOperationsClient object to access its operations.

abstract SubscriptionsClient getSubscriptions()

Gets the SubscriptionsClient object to access its operations.

abstract TenantsClient getTenants()

Gets the TenantsClient object to access its operations.

Method Details

getAlias

public abstract AliasClient getAlias()

Gets the AliasClient object to access its operations.

Returns:

the AliasClient 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.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSubscriptionOperations

public abstract SubscriptionOperationsClient getSubscriptionOperations()

Gets the SubscriptionOperationsClient object to access its operations.

Returns:

the SubscriptionOperationsClient object.

getSubscriptions

public abstract SubscriptionsClient getSubscriptions()

Gets the SubscriptionsClient object to access its operations.

Returns:

the SubscriptionsClient object.

getTenants

public abstract TenantsClient getTenants()

Gets the TenantsClient object to access its operations.

Returns:

the TenantsClient object.

Applies to