HDInsightContainersExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.HDInsight.Containers.
public static class HDInsightContainersExtensions
type HDInsightContainersExtensions = class
Public Module HDInsightContainersExtensions
- Inheritance
-
HDInsightContainersExtensions
Methods
CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
GetAvailableClusterPoolVersionsByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster pool versions.
|
GetAvailableClusterPoolVersionsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster pool versions.
|
GetAvailableClusterVersionsByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster versions.
|
GetAvailableClusterVersionsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Returns a list of available cluster versions.
|
GetHDInsightClusterPool(ResourceGroupResource, String, CancellationToken) |
Gets a cluster pool.
|
GetHDInsightClusterPoolAsync(ResourceGroupResource, String, CancellationToken) |
Gets a cluster pool.
|
GetHDInsightClusterPoolResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HDInsightClusterPoolResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a HDInsightClusterPoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHDInsightClusterPoolResource(ResourceIdentifier) instead. |
GetHDInsightClusterPools(ResourceGroupResource) |
Gets a collection of HDInsightClusterPoolResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHDInsightClusterPools() instead. |
GetHDInsightClusterPools(SubscriptionResource, CancellationToken) |
Gets the list of Cluster Pools within a Subscription.
|
GetHDInsightClusterPoolsAsync(SubscriptionResource, CancellationToken) |
Gets the list of Cluster Pools within a Subscription.
|
GetHDInsightClusterResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HDInsightClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HDInsightClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHDInsightClusterResource(ResourceIdentifier) instead. |