HDInsightExtensions.GetHDInsightClusters Method

Definition

Overloads

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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • Operation Id: Clusters_List
  • Default Api Version: 2024-08-01-preview
  • Resource: HDInsightClusterResource

GetHDInsightClusters(ResourceGroupResource)

Source:
HDInsightExtensions.cs
Source:
HDInsightExtensions.cs

Gets a collection of HDInsightClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHDInsightClusters() instead.

C#
public static Azure.ResourceManager.HDInsight.HDInsightClusterCollection GetHDInsightClusters(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of HDInsightClusterResources and their operations over a HDInsightClusterResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

GetHDInsightClusters(SubscriptionResource, CancellationToken)

Source:
HDInsightExtensions.cs
Source:
HDInsightExtensions.cs

Lists all the HDInsight clusters under the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • Operation Id: Clusters_List
  • Default Api Version: 2024-08-01-preview
  • Resource: HDInsightClusterResource
C#
public static Azure.Pageable<Azure.ResourceManager.HDInsight.HDInsightClusterResource> GetHDInsightClusters(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of HDInsightClusterResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview