public interface SubscriptionClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
ResourceNamesClient |
getResourceNames()
Gets the ResourceNamesClient object to access its operations.
|
SubscriptionsClient |
getSubscriptions()
Gets the SubscriptionsClient object to access its operations.
|
TenantsClient |
getTenants()
Gets the TenantsClient object to access its operations.
|
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
SubscriptionsClient getSubscriptions()
TenantsClient getTenants()
ResourceNamesClient getResourceNames()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.