Class HDInsightContainersManager
java.lang.Object
com.azure.resourcemanager.hdinsight.containers.HDInsightContainersManager
Entry point to HDInsightContainersManager.
HDInsight Containers Management Client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic HDInsightContainersManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HDInsightContainers service API entry point.static HDInsightContainersManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HDInsightContainers service API entry point.Gets the resource collection API of AvailableClusterPoolVersions.Gets the resource collection API of AvailableClusterVersions.Gets the resource collection API of ClusterAvailableUpgrades.Gets the resource collection API of ClusterJobs.Gets the resource collection API of ClusterLibraries.Gets the resource collection API of ClusterPoolAvailableUpgrades.Gets the resource collection API of ClusterPools.Gets the resource collection API of ClusterPoolUpgradeHistories.clusters()Gets the resource collection API of Clusters.Gets the resource collection API of ClusterUpgradeHistories.Gets a Configurable instance that can be used to create HDInsightContainersManager with optional configuration.Gets the resource collection API of Locations.Gets the resource collection API of Operations.Gets wrapped service client HDInsightContainersManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-
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- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the HDInsightContainers service API instance.
-
configure
Gets a Configurable instance that can be used to create HDInsightContainersManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
clusterPools
Gets the resource collection API of ClusterPools. It manages ClusterPool.- Returns:
- Resource collection API of ClusterPools.
-
clusterPoolAvailableUpgrades
Gets the resource collection API of ClusterPoolAvailableUpgrades.- Returns:
- Resource collection API of ClusterPoolAvailableUpgrades.
-
clusterPoolUpgradeHistories
Gets the resource collection API of ClusterPoolUpgradeHistories.- Returns:
- Resource collection API of ClusterPoolUpgradeHistories.
-
clusters
Gets the resource collection API of Clusters. It manages Cluster.- Returns:
- Resource collection API of Clusters.
-
clusterAvailableUpgrades
Gets the resource collection API of ClusterAvailableUpgrades.- Returns:
- Resource collection API of ClusterAvailableUpgrades.
-
clusterUpgradeHistories
Gets the resource collection API of ClusterUpgradeHistories.- Returns:
- Resource collection API of ClusterUpgradeHistories.
-
clusterJobs
Gets the resource collection API of ClusterJobs.- Returns:
- Resource collection API of ClusterJobs.
-
locations
Gets the resource collection API of Locations.- Returns:
- Resource collection API of Locations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
availableClusterPoolVersions
Gets the resource collection API of AvailableClusterPoolVersions.- Returns:
- Resource collection API of AvailableClusterPoolVersions.
-
availableClusterVersions
Gets the resource collection API of AvailableClusterVersions.- Returns:
- Resource collection API of AvailableClusterVersions.
-
clusterLibraries
Gets the resource collection API of ClusterLibraries.- Returns:
- Resource collection API of ClusterLibraries.
-
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.
-