Class HDInsightContainersManager

java.lang.Object
com.azure.resourcemanager.hdinsight.containers.HDInsightContainersManager

public final class HDInsightContainersManager extends Object
Entry point to HDInsightContainersManager. HDInsight Containers Management Client.
  • Method Details

    • authenticate

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

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

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

      public ClusterPools clusterPools()
      Gets the resource collection API of ClusterPools. It manages ClusterPool.
      Returns:
      Resource collection API of ClusterPools.
    • clusterPoolAvailableUpgrades

      public ClusterPoolAvailableUpgrades clusterPoolAvailableUpgrades()
      Gets the resource collection API of ClusterPoolAvailableUpgrades.
      Returns:
      Resource collection API of ClusterPoolAvailableUpgrades.
    • clusterPoolUpgradeHistories

      public ClusterPoolUpgradeHistories clusterPoolUpgradeHistories()
      Gets the resource collection API of ClusterPoolUpgradeHistories.
      Returns:
      Resource collection API of ClusterPoolUpgradeHistories.
    • clusters

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

      public ClusterAvailableUpgrades clusterAvailableUpgrades()
      Gets the resource collection API of ClusterAvailableUpgrades.
      Returns:
      Resource collection API of ClusterAvailableUpgrades.
    • clusterUpgradeHistories

      public ClusterUpgradeHistories clusterUpgradeHistories()
      Gets the resource collection API of ClusterUpgradeHistories.
      Returns:
      Resource collection API of ClusterUpgradeHistories.
    • clusterJobs

      public ClusterJobs clusterJobs()
      Gets the resource collection API of ClusterJobs.
      Returns:
      Resource collection API of ClusterJobs.
    • locations

      public Locations locations()
      Gets the resource collection API of Locations.
      Returns:
      Resource collection API of Locations.
    • operations

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

      public AvailableClusterPoolVersions availableClusterPoolVersions()
      Gets the resource collection API of AvailableClusterPoolVersions.
      Returns:
      Resource collection API of AvailableClusterPoolVersions.
    • availableClusterVersions

      public AvailableClusterVersions availableClusterVersions()
      Gets the resource collection API of AvailableClusterVersions.
      Returns:
      Resource collection API of AvailableClusterVersions.
    • clusterLibraries

      public ClusterLibraries clusterLibraries()
      Gets the resource collection API of ClusterLibraries.
      Returns:
      Resource collection API of ClusterLibraries.
    • serviceClient

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