SubscriptionClient Interface
public interface SubscriptionClient
The interface for SubscriptionClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
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
Resource |
getResourceNames()
Gets the Resource |
abstract
Subscriptions |
getSubscriptions()
Gets the Subscriptions |
abstract
Tenants |
getTenants()
Gets the Tenants |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
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:
getResourceNames
public abstract ResourceNamesClient getResourceNames()
Gets the ResourceNamesClient 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