AzureStackManagementClient Interface
public interface AzureStackManagementClient
The interface for AzureStackManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Cloud |
getCloudManifestFiles()
Gets the Cloud |
|
abstract
Customer |
getCustomerSubscriptions()
Gets the Customer |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Deployment |
getDeploymentLicenses()
Gets the Deployment |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Products |
getProducts()
Gets the Products |
|
abstract
Registrations |
getRegistrations()
Gets the Registrations |
| abstract String |
getSubscriptionId()
Gets Subscription credentials that uniquely identify Microsoft Azure subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getCloudManifestFiles
public abstract CloudManifestFilesClient getCloudManifestFiles()
Gets the CloudManifestFilesClient object to access its operations.
Returns:
getCustomerSubscriptions
public abstract CustomerSubscriptionsClient getCustomerSubscriptions()
Gets the CustomerSubscriptionsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDeploymentLicenses
public abstract DeploymentLicensesClient getDeploymentLicenses()
Gets the DeploymentLicensesClient object to access its operations.
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:
getProducts
public abstract ProductsClient getProducts()
Gets the ProductsClient object to access its operations.
Returns:
getRegistrations
public abstract RegistrationsClient getRegistrations()
Gets the RegistrationsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Returns: