SubscriptionClient Interface
public interface SubscriptionClient
The interface for SubscriptionClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Alias |
getAlias()
Gets the Alias |
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
Operations |
getOperations()
Gets the Operations |
abstract
Subscription |
getSubscriptionOperations()
Gets the Subscription |
abstract
Subscriptions |
getSubscriptions()
Gets the Subscriptions |
abstract
Tenants |
getTenants()
Gets the Tenants |
Method Details
getAlias
public abstract AliasClient getAlias()
Gets the AliasClient 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:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSubscriptionOperations
public abstract SubscriptionOperationsClient getSubscriptionOperations()
Gets the SubscriptionOperationsClient object to access its operations.
Returns:
getSubscriptions
public abstract SubscriptionsClient getSubscriptions()
Gets the SubscriptionsClient object to access its operations.
Returns:
getTenants
public abstract TenantsClient getTenants()
Gets the TenantsClient object to access its operations.
Returns:
Applies to
Azure SDK for Java