Interface HDInsightContainersManagementClient
public interface HDInsightContainersManagementClient
The interface for HDInsightContainersManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the AvailableClusterPoolVersionsClient object to access its operations.Gets the AvailableClusterVersionsClient object to access its operations.Gets the ClusterAvailableUpgradesClient object to access its operations.Gets the ClusterJobsClient object to access its operations.Gets the ClusterLibrariesClient object to access its operations.Gets the ClusterPoolAvailableUpgradesClient object to access its operations.Gets the ClusterPoolsClient object to access its operations.Gets the ClusterPoolUpgradeHistoriesClient object to access its operations.Gets the ClustersClient object to access its operations.Gets the ClusterUpgradeHistoriesClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the LocationsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId value.
-
getEndpoint
-
getApiVersion
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getClusterPools
ClusterPoolsClient getClusterPools()Gets the ClusterPoolsClient object to access its operations.- Returns:
- the ClusterPoolsClient object.
-
getClusterPoolAvailableUpgrades
ClusterPoolAvailableUpgradesClient getClusterPoolAvailableUpgrades()Gets the ClusterPoolAvailableUpgradesClient object to access its operations.- Returns:
- the ClusterPoolAvailableUpgradesClient object.
-
getClusterPoolUpgradeHistories
ClusterPoolUpgradeHistoriesClient getClusterPoolUpgradeHistories()Gets the ClusterPoolUpgradeHistoriesClient object to access its operations.- Returns:
- the ClusterPoolUpgradeHistoriesClient object.
-
getClusters
ClustersClient getClusters()Gets the ClustersClient object to access its operations.- Returns:
- the ClustersClient object.
-
getClusterAvailableUpgrades
ClusterAvailableUpgradesClient getClusterAvailableUpgrades()Gets the ClusterAvailableUpgradesClient object to access its operations.- Returns:
- the ClusterAvailableUpgradesClient object.
-
getClusterUpgradeHistories
ClusterUpgradeHistoriesClient getClusterUpgradeHistories()Gets the ClusterUpgradeHistoriesClient object to access its operations.- Returns:
- the ClusterUpgradeHistoriesClient object.
-
getClusterJobs
ClusterJobsClient getClusterJobs()Gets the ClusterJobsClient object to access its operations.- Returns:
- the ClusterJobsClient object.
-
getLocations
LocationsClient getLocations()Gets the LocationsClient object to access its operations.- Returns:
- the LocationsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getAvailableClusterPoolVersions
AvailableClusterPoolVersionsClient getAvailableClusterPoolVersions()Gets the AvailableClusterPoolVersionsClient object to access its operations.- Returns:
- the AvailableClusterPoolVersionsClient object.
-
getAvailableClusterVersions
AvailableClusterVersionsClient getAvailableClusterVersions()Gets the AvailableClusterVersionsClient object to access its operations.- Returns:
- the AvailableClusterVersionsClient object.
-
getClusterLibraries
ClusterLibrariesClient getClusterLibraries()Gets the ClusterLibrariesClient object to access its operations.- Returns:
- the ClusterLibrariesClient object.
-