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 CloudManifestFilesClient getCloudManifestFiles()

Gets the CloudManifestFilesClient object to access its operations.

abstract CustomerSubscriptionsClient getCustomerSubscriptions()

Gets the CustomerSubscriptionsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DeploymentLicensesClient getDeploymentLicenses()

Gets the DeploymentLicensesClient object to access its operations.

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 ProductsClient getProducts()

Gets the ProductsClient object to access its operations.

abstract RegistrationsClient getRegistrations()

Gets the RegistrationsClient object to access its operations.

abstract String getSubscriptionId()

Gets Subscription credentials that uniquely identify Microsoft Azure subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getCloudManifestFiles

public abstract CloudManifestFilesClient getCloudManifestFiles()

Gets the CloudManifestFilesClient object to access its operations.

Returns:

the CloudManifestFilesClient object.

getCustomerSubscriptions

public abstract CustomerSubscriptionsClient getCustomerSubscriptions()

Gets the CustomerSubscriptionsClient object to access its operations.

Returns:

the CustomerSubscriptionsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDeploymentLicenses

public abstract DeploymentLicensesClient getDeploymentLicenses()

Gets the DeploymentLicensesClient object to access its operations.

Returns:

the DeploymentLicensesClient object.

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.

getProducts

public abstract ProductsClient getProducts()

Gets the ProductsClient object to access its operations.

Returns:

the ProductsClient object.

getRegistrations

public abstract RegistrationsClient getRegistrations()

Gets the RegistrationsClient object to access its operations.

Returns:

the RegistrationsClient object.

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:

the subscriptionId value.

Applies to