Class AzureStackHciManager


  • public final class AzureStackHciManager
    extends Object
    Entry point to AzureStackHciManager. Azure Stack HCI management service.
    • Method Detail

      • authenticate

        public static AzureStackHciManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                        com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of AzureStackHci service API entry point.
        Parameters:
        credential - the credential to use.
        profile - the Azure profile for client.
        Returns:
        the AzureStackHci service API instance.
      • authenticate

        public static AzureStackHciManager authenticate​(com.azure.core.http.HttpPipeline httpPipeline,
                                                        com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of AzureStackHci service API entry point.
        Parameters:
        httpPipeline - the HttpPipeline configured with Azure authentication credential.
        profile - the Azure profile for client.
        Returns:
        the AzureStackHci service API instance.
      • configure

        public static AzureStackHciManager.Configurable configure()
        Gets a Configurable instance that can be used to create AzureStackHciManager with optional configuration.
        Returns:
        the Configurable instance allowing configurations.
      • arcSettings

        public ArcSettings arcSettings()
        Gets the resource collection API of ArcSettings. It manages ArcSetting.
        Returns:
        Resource collection API of ArcSettings.
      • clusters

        public Clusters clusters()
        Gets the resource collection API of Clusters. It manages Cluster.
        Returns:
        Resource collection API of Clusters.
      • extensions

        public Extensions extensions()
        Gets the resource collection API of Extensions. It manages Extension.
        Returns:
        Resource collection API of Extensions.
      • operations

        public Operations operations()
        Gets the resource collection API of Operations.
        Returns:
        Resource collection API of Operations.
      • serviceClient

        public AzureStackHciClient serviceClient()
        Returns:
        Wrapped service client AzureStackHciClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.