次の方法で共有


HDInsightExtensions クラス

定義

Azure.ResourceManager.HDInsight に拡張メソッドを追加するクラス。

public static class HDInsightExtensions
type HDInsightExtensions = class
Public Module HDInsightExtensions
継承
HDInsightExtensions

メソッド

CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

クラスター名が使用可能かどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • 操作IdLocations_CheckNameAvailability
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

クラスター名が使用可能かどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • 操作IdLocations_CheckNameAvailability
GetHDInsightApplicationResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を HDInsightApplicationResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を HDInsightApplicationResourceResourceIdentifier 作成できます。

GetHDInsightBillingSpecs(SubscriptionResource, AzureLocation, CancellationToken)

指定したサブスクリプションと場所の billingSpecs を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • 操作IdLocations_ListBillingSpecs
GetHDInsightBillingSpecsAsync(SubscriptionResource, AzureLocation, CancellationToken)

指定したサブスクリプションと場所の billingSpecs を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • 操作IdLocations_ListBillingSpecs
GetHDInsightCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

指定した場所の機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities
  • 操作IdLocations_GetCapabilities
GetHDInsightCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

指定した場所の機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities
  • 操作IdLocations_GetCapabilities
GetHDInsightCluster(ResourceGroupResource, String, CancellationToken)

指定したクラスターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Get
GetHDInsightClusterAsync(ResourceGroupResource, String, CancellationToken)

指定したクラスターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Get
GetHDInsightClusterResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を HDInsightClusterResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を HDInsightClusterResourceResourceIdentifier 作成できます。

GetHDInsightClusters(ResourceGroupResource)

ResourceGroupResource 内の HDInsightClusterResources のコレクションを取得します。

GetHDInsightClusters(SubscriptionResource, CancellationToken)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • 操作IdClusters_List
GetHDInsightClustersAsync(SubscriptionResource, CancellationToken)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • 操作IdClusters_List
GetHDInsightPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を HDInsightPrivateEndpointConnectionResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を HDInsightPrivateEndpointConnectionResourceResourceIdentifier 作成できます。

GetHDInsightPrivateLinkResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を HDInsightPrivateLinkResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を HDInsightPrivateLinkResourceResourceIdentifier 作成できます。

GetHDInsightUsages(SubscriptionResource, AzureLocation, CancellationToken)

指定した場所の使用状況を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages
  • 操作IdLocations_ListUsages
GetHDInsightUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

指定した場所の使用状況を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages
  • 操作IdLocations_ListUsages
ValidateHDInsightClusterCreation(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken)

クラスター作成要求仕様が有効かどうかを検証します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • 操作IdLocations_ValidateClusterCreateRequest
ValidateHDInsightClusterCreationAsync(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken)

クラスター作成要求仕様が有効かどうかを検証します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • 操作IdLocations_ValidateClusterCreateRequest

適用対象