HDInsightExtensions 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.
public static class HDInsightExtensions
type HDInsightExtensions = class
Public Module HDInsightExtensions
- Inheritance
-
HDInsightExtensions
Methods
CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the cluster name is available or not.
|
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken) |
Check the cluster name is available or not.
|
GetHDInsightApplicationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HDInsightApplicationResource 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 HDInsightApplicationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHDInsightApplicationResource(ResourceIdentifier) instead. |
GetHDInsightBillingSpecs(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the billingSpecs for the specified subscription and location.
|
GetHDInsightBillingSpecsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the billingSpecs for the specified subscription and location.
|
GetHDInsightCapabilities(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the capabilities for the specified location.
|
GetHDInsightCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the capabilities for the specified location.
|
GetHDInsightCluster(ResourceGroupResource, String, CancellationToken) |
Gets the specified cluster.
|
GetHDInsightClusterAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified cluster.
|
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) to create a HDInsightClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHDInsightClusterResource(ResourceIdentifier) instead. |
GetHDInsightClusters(ResourceGroupResource) |
Gets a collection of HDInsightClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHDInsightClusters() instead. |
GetHDInsightClusters(SubscriptionResource, CancellationToken) |
Lists all the HDInsight clusters under the subscription.
|
GetHDInsightClustersAsync(SubscriptionResource, CancellationToken) |
Lists all the HDInsight clusters under the subscription.
|
GetHDInsightPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HDInsightPrivateEndpointConnectionResource 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 HDInsightPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHDInsightPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetHDInsightPrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HDInsightPrivateLinkResource 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 HDInsightPrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHDInsightPrivateLinkResource(ResourceIdentifier) instead. |
GetHDInsightUsages(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the usages for the specified location.
|
GetHDInsightUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists the usages for the specified location.
|
ValidateHDInsightClusterCreation(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken) |
Validate the cluster create request spec is valid or not.
|
ValidateHDInsightClusterCreationAsync(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken) |
Validate the cluster create request spec is valid or not.
|
Applies to
Azure SDK for .NET