AzureStackManager Class
- java.
lang. Object - com.
azure. resourcemanager. azurestack. AzureStackManager
- com.
public final class AzureStackManager
Entry point to AzureStackManager. Azure Stack.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Azure |
|
static
Azure |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Azure |
|
Cloud |
cloudManifestFiles()
Gets the resource collection API of Cloud |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Azure |
|
Customer |
customerSubscriptions()
Gets the resource collection API of Customer |
|
Deployment |
deploymentLicenses()
Gets the resource collection API of Deployment |
| 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. |
|
Azure |
serviceClient()
Gets wrapped service client Azure |
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:
Returns:
authenticate
public static AzureStackManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of AzureStack service API entry point.
Parameters:
Returns:
cloudManifestFiles
public CloudManifestFiles cloudManifestFiles()
Gets the resource collection API of CloudManifestFiles.
Returns:
configure
public static AzureStackManager.Configurable configure()
Gets a Configurable instance that can be used to create AzureStackManager with optional configuration.
Returns:
customerSubscriptions
public CustomerSubscriptions customerSubscriptions()
Gets the resource collection API of CustomerSubscriptions. It manages CustomerSubscription.
Returns:
deploymentLicenses
public DeploymentLicenses deploymentLicenses()
Gets the resource collection API of DeploymentLicenses.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
products
public Products products()
Gets the resource collection API of Products.
Returns:
registrations
public Registrations registrations()
Gets the resource collection API of Registrations. It manages Registration.
Returns:
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: