你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HDInsightExtensions 类

定义

用于将扩展方法添加到 Azure.ResourceManager.HDInsight 的类。

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

方法

CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

检查群集名称是否可用。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • 操作IdLocations_CheckNameAvailability
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

检查群集名称是否可用。

  • Request Path/subscriptions/{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)

获取指定的群集。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Get
GetHDInsightClusterAsync(ResourceGroupResource, String, CancellationToken)

获取指定的群集。

  • 请求路径/subscriptions/{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 群集。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • 操作IdClusters_List
GetHDInsightClustersAsync(SubscriptionResource, CancellationToken)

列出订阅下的所有 HDInsight 群集。

  • 请求路径/subscriptions/{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)

验证群集创建请求规范是否有效。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • 操作IdLocations_ValidateClusterCreateRequest
ValidateHDInsightClusterCreationAsync(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken)

验证群集创建请求规范是否有效。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • 操作IdLocations_ValidateClusterCreateRequest

适用于