AzureStackManager Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestack.AzureStackManager

public final class AzureStackManager

Entry point to AzureStackManager. Azure Stack.

Method Summary

Modifier and Type Method and Description
static AzureStackManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of AzureStack service API entry point.

static AzureStackManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of AzureStack service API entry point.

CloudManifestFiles cloudManifestFiles()

Gets the resource collection API of CloudManifestFiles.

static Configurable configure()

Gets a Configurable instance that can be used to create AzureStackManager with optional configuration.

CustomerSubscriptions customerSubscriptions()

Gets the resource collection API of CustomerSubscriptions.

DeploymentLicenses deploymentLicenses()

Gets the resource collection API of DeploymentLicenses.

Operations operations()

Gets the resource collection API of Operations.

Products products()

Gets the resource collection API of Products.

Registrations registrations()

Gets the resource collection API of Registrations.

AzureStackManagementClient serviceClient()

Gets wrapped service client AzureStackManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

authenticate

public static AzureStackManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of AzureStack service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the AzureStack service API instance.

authenticate

public static AzureStackManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of AzureStack service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the AzureStack service API instance.

cloudManifestFiles

public CloudManifestFiles cloudManifestFiles()

Gets the resource collection API of CloudManifestFiles.

Returns:

Resource collection API of CloudManifestFiles.

configure

public static AzureStackManager.Configurable configure()

Gets a Configurable instance that can be used to create AzureStackManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

customerSubscriptions

public CustomerSubscriptions customerSubscriptions()

Gets the resource collection API of CustomerSubscriptions. It manages CustomerSubscription.

Returns:

Resource collection API of CustomerSubscriptions.

deploymentLicenses

public DeploymentLicenses deploymentLicenses()

Gets the resource collection API of DeploymentLicenses.

Returns:

Resource collection API of DeploymentLicenses.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

products

public Products products()

Gets the resource collection API of Products.

Returns:

Resource collection API of Products.

registrations

public Registrations registrations()

Gets the resource collection API of Registrations. It manages Registration.

Returns:

Resource collection API of Registrations.

serviceClient

public AzureStackManagementClient serviceClient()

Gets wrapped service client AzureStackManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client AzureStackManagementClient.

Applies to