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

HDInsightClusterResource 类

定义

表示 HDInsightCluster 的类,以及可对其进行执行的实例操作。 如果有 ,ResourceIdentifier可以使用 GetHDInsightClusterResource 方法从 的实例ArmClient构造 HDInsightClusterResource 。 否则,可以使用 GetHDInsightCluster 方法从其父资源 ResourceGroupResource 获取一个。

public class HDInsightClusterResource : Azure.ResourceManager.ArmResource
type HDInsightClusterResource = class
    inherit ArmResource
Public Class HDInsightClusterResource
Inherits ArmResource
继承
HDInsightClusterResource

构造函数

HDInsightClusterResource()

初始化 类的新实例 HDInsightClusterResource 以便模拟。

字段

ResourceType

获取操作的资源类型。

属性

Client

获取 ArmClient 创建自的此资源客户端。

(继承自 ArmResource)
Data

获取表示此功能的数据。

Diagnostics

获取此资源客户端的诊断选项。

(继承自 ArmResource)
Endpoint

获取此资源客户端的基 URI。

(继承自 ArmResource)
HasData

获取当前实例是否具有数据。

Id

获取资源标识符。

(继承自 ArmResource)
Pipeline

获取此资源客户端的管道。

(继承自 ArmResource)

方法

AddTag(String, String, CancellationToken)

将标记添加到当前资源。

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

将标记添加到当前资源。

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

检查 TagResource API 是否部署在当前环境中。

(继承自 ArmResource)
CanUseTagResourceAsync(CancellationToken)

检查 TagResource API 是否部署在当前环境中。

(继承自 ArmResource)
CreateExtension(WaitUntil, String, HDInsightClusterCreateExtensionContent, CancellationToken)

创建 HDInsight 群集扩展。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • 操作IdExtensions_Create
CreateExtensionAsync(WaitUntil, String, HDInsightClusterCreateExtensionContent, CancellationToken)

创建 HDInsight 群集扩展。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • 操作IdExtensions_Create
CreateResourceIdentifier(String, String, String)

生成实例的资源标识符 HDInsightClusterResource

Delete(WaitUntil, CancellationToken)

删除指定的 HDInsight 群集。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Delete
DeleteAsync(WaitUntil, CancellationToken)

删除指定的 HDInsight 群集。

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

删除 HDInsight 群集的指定扩展。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • 操作IdExtensions_Delete
DeleteExtensionAsync(WaitUntil, String, CancellationToken)

删除 HDInsight 群集的指定扩展。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • 操作IdExtensions_Delete
DeleteScriptAction(String, CancellationToken)

删除对群集的指定持久化脚本操作。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}
  • 操作IdScriptActions_Delete
DeleteScriptActionAsync(String, CancellationToken)

删除对群集的指定持久化脚本操作。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}
  • 操作IdScriptActions_Delete
DisableAzureMonitorExtension(WaitUntil, CancellationToken)

禁用 HDInsight 群集上的 Azure Monitor。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • 操作IdExtensions_DisableAzureMonitor
DisableAzureMonitorExtensionAsync(WaitUntil, CancellationToken)

禁用 HDInsight 群集上的 Azure Monitor。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • 操作IdExtensions_DisableAzureMonitor
DisableClusterMonitoringExtension(WaitUntil, CancellationToken)

在 HDInsight 群集上禁用 Operations Management Suite (OMS) 。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • 操作IdExtensions_DisableMonitoring
DisableClusterMonitoringExtensionAsync(WaitUntil, CancellationToken)

在 HDInsight 群集上禁用 Operations Management Suite (OMS) 。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • 操作IdExtensions_DisableMonitoring
EnableAzureMonitorExtension(WaitUntil, HDInsightAzureMonitorExtensionEnableContent, CancellationToken)

在 HDInsight 群集上启用 Azure Monitor。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • 操作IdExtensions_EnableAzureMonitor
EnableAzureMonitorExtensionAsync(WaitUntil, HDInsightAzureMonitorExtensionEnableContent, CancellationToken)

在 HDInsight 群集上启用 Azure Monitor。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • 操作IdExtensions_EnableAzureMonitor
EnableClusterMonitoringExtension(WaitUntil, HDInsightClusterEnableClusterMonitoringContent, CancellationToken)

在 HDInsight 群集上启用 Operations Management Suite (OMS) 。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • 操作IdExtensions_EnableMonitoring
EnableClusterMonitoringExtensionAsync(WaitUntil, HDInsightClusterEnableClusterMonitoringContent, CancellationToken)

在 HDInsight 群集上启用 Operations Management Suite (OMS) 。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • 操作IdExtensions_EnableMonitoring
ExecuteScriptActions(WaitUntil, ExecuteScriptActionContent, CancellationToken)

在指定的 HDInsight 群集上执行脚本操作。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions
  • 操作IdClusters_ExecuteScriptActions
ExecuteScriptActionsAsync(WaitUntil, ExecuteScriptActionContent, CancellationToken)

在指定的 HDInsight 群集上执行脚本操作。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions
  • 操作IdClusters_ExecuteScriptActions
Get(CancellationToken)

获取指定的群集。

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

获取指定的群集。

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

异步操作状态。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/azureasyncoperations/{operationId}
  • 操作IdClusters_GetAzureAsyncOperationStatus
GetAsyncOperationStatusAsync(String, CancellationToken)

异步操作状态。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/azureasyncoperations/{operationId}
  • 操作IdClusters_GetAzureAsyncOperationStatus
GetAvailableLocations(CancellationToken)

列出所有可用的地理位置。

(继承自 ArmResource)
GetAvailableLocationsAsync(CancellationToken)

列出所有可用的地理位置。

(继承自 ArmResource)
GetAzureMonitorExtensionStatus(CancellationToken)

获取 HDInsight 群集上 Azure Monitor 的状态。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • 操作IdExtensions_GetAzureMonitorStatus
GetAzureMonitorExtensionStatusAsync(CancellationToken)

获取 HDInsight 群集上 Azure Monitor 的状态。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • 操作IdExtensions_GetAzureMonitorStatus
GetClusterMonitoringExtensionStatus(CancellationToken)

获取 HDInsight 群集上 Operations Management Suite (OMS) 的状态。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • 操作IdExtensions_GetMonitoringStatus
GetClusterMonitoringExtensionStatusAsync(CancellationToken)

获取 HDInsight 群集上 Operations Management Suite (OMS) 的状态。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • 操作IdExtensions_GetMonitoringStatus
GetConfiguration(CancellationToken)

获取 HDI 群集的所有配置信息。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations
  • 操作IdConfigurations_List
GetConfiguration(String, CancellationToken)

指定群集的配置对象。 不建议使用此 API,将来可能会删除此 API。 请考虑改用列表配置 API。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
GetConfigurationAsync(CancellationToken)

获取 HDI 群集的所有配置信息。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations
  • 操作IdConfigurations_List
GetConfigurationAsync(String, CancellationToken)

指定群集的配置对象。 不建议使用此 API,将来可能会删除此 API。 请考虑改用列表配置 API。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
GetExtension(String, CancellationToken)

获取指定 HDInsight 群集扩展的扩展属性。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • 操作IdExtensions_Get
GetExtensionAsync(String, CancellationToken)

获取指定 HDInsight 群集扩展的扩展属性。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • 操作IdExtensions_Get
GetExtensionAsyncOperationStatus(String, String, CancellationToken)

获取异步操作状态。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}/azureAsyncOperations/{operationId}
  • 操作IdExtensions_GetAzureAsyncOperationStatus
GetExtensionAsyncOperationStatusAsync(String, String, CancellationToken)

获取异步操作状态。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}/azureAsyncOperations/{operationId}
  • 操作IdExtensions_GetAzureAsyncOperationStatus
GetGatewaySettings(CancellationToken)

获取指定群集的网关设置。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettings
  • 操作IdClusters_GetGatewaySettings
GetGatewaySettingsAsync(CancellationToken)

获取指定群集的网关设置。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettings
  • 操作IdClusters_GetGatewaySettings
GetHDInsightApplication(String, CancellationToken)

获取指定应用程序的属性。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_Get
GetHDInsightApplicationAsync(String, CancellationToken)

获取指定应用程序的属性。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_Get
GetHDInsightApplications()

获取 HDInsightCluster 中 HDInsightApplicationResources 的集合。

GetHDInsightPrivateEndpointConnection(String, CancellationToken)

获取特定的专用终结点连接。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetHDInsightPrivateEndpointConnectionAsync(String, CancellationToken)

获取特定的专用终结点连接。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetHDInsightPrivateEndpointConnections()

获取 HDInsightCluster 中 HDInsightPrivateEndpointConnectionResources 的集合。

GetHDInsightPrivateLinkResource(String, CancellationToken)

获取特定的专用链接资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • 操作IdPrivateLinkResources_Get
GetHDInsightPrivateLinkResourceAsync(String, CancellationToken)

获取特定的专用链接资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • 操作IdPrivateLinkResources_Get
GetHDInsightPrivateLinkResources()

获取 HDInsightCluster 中 HDInsightPrivateLinkResources 的集合。

GetManagementLock(String, CancellationToken)

按范围获取管理锁。

  • 请求路径/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(继承自 ArmResource)
GetManagementLockAsync(String, CancellationToken)

按范围获取管理锁。

  • 请求路径/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(继承自 ArmResource)
GetManagementLocks()

获取 ArmResource 中的 ManagementLockResources 集合。

(继承自 ArmResource)
GetPolicyAssignment(String, CancellationToken)

此操作检索单个策略分配,给定其名称和创建范围。

  • 请求路径/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(继承自 ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

此操作检索单个策略分配,给定其名称和创建范围。

  • 请求路径/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(继承自 ArmResource)
GetPolicyAssignments()

获取 ArmResource 中 PolicyAssignmentResources 的集合。

(继承自 ArmResource)
GetScriptActionExecutionAsyncOperationStatus(String, CancellationToken)

获取执行操作的异步操作状态。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions/azureasyncoperations/{operationId}
  • 操作IdScriptActions_GetExecutionAsyncOperationStatus
GetScriptActionExecutionAsyncOperationStatusAsync(String, CancellationToken)

获取执行操作的异步操作状态。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions/azureasyncoperations/{operationId}
  • 操作IdScriptActions_GetExecutionAsyncOperationStatus
GetScriptActionExecutionDetail(String, CancellationToken)

获取给定脚本执行 ID 的脚本执行详细信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}
  • 操作IdScriptActions_GetExecutionDetail
GetScriptActionExecutionDetailAsync(String, CancellationToken)

获取给定脚本执行 ID 的脚本执行详细信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}
  • 操作IdScriptActions_GetExecutionDetail
GetScriptActions(CancellationToken)

列出指定群集的所有持久化脚本操作。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions
  • 操作IdScriptActions_ListByCluster
GetScriptActionsAsync(CancellationToken)

列出指定群集的所有持久化脚本操作。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions
  • 操作IdScriptActions_ListByCluster
GetScriptExecutionHistories(CancellationToken)

列出指定群集的所有脚本的执行历史记录。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory
  • 操作IdScriptExecutionHistory_ListByCluster
GetScriptExecutionHistoriesAsync(CancellationToken)

列出指定群集的所有脚本的执行历史记录。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory
  • 操作IdScriptExecutionHistory_ListByCluster
GetTagResource()

获取一个 对象,该对象表示 TagResource 以及可在 ArmResource 中对其进行执行的实例操作。

(继承自 ArmResource)
GetVirtualMachineAsyncOperationStatus(String, CancellationToken)

获取异步操作状态。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts/azureasyncoperations/{operationId}
  • 操作IdVirtualMachines_GetAsyncOperationStatus
GetVirtualMachineAsyncOperationStatusAsync(String, CancellationToken)

获取异步操作状态。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts/azureasyncoperations/{operationId}
  • 操作IdVirtualMachines_GetAsyncOperationStatus
GetVirtualMachineHosts(CancellationToken)

列出 HDInsight 群集主机

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/listHosts
  • 操作IdVirtualMachines_ListHosts
GetVirtualMachineHostsAsync(CancellationToken)

列出 HDInsight 群集主机

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

将指定的即席脚本执行升级为持久化脚本。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}/promote
  • 操作IdScriptExecutionHistory_Promote
PromoteScriptExecutionHistoryAsync(String, CancellationToken)

将指定的即席脚本执行升级为持久化脚本。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}/promote
  • 操作IdScriptExecutionHistory_Promote
RemoveTag(String, CancellationToken)

按键从资源中删除标记。

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

按键从资源中删除标记。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Get
Resize(WaitUntil, HDInsightRoleName, HDInsightClusterResizeContent, CancellationToken)

将指定的 HDInsight 群集大小调整为指定大小。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resize
  • 操作IdClusters_Resize
ResizeAsync(WaitUntil, HDInsightRoleName, HDInsightClusterResizeContent, CancellationToken)

将指定的 HDInsight 群集大小调整为指定大小。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resize
  • 操作IdClusters_Resize
RestartVirtualMachineHosts(WaitUntil, IEnumerable<String>, CancellationToken)

重启指定的 HDInsight 群集主机。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts
  • 操作IdVirtualMachines_RestartHosts
RestartVirtualMachineHostsAsync(WaitUntil, IEnumerable<String>, CancellationToken)

重启指定的 HDInsight 群集主机。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts
  • 操作IdVirtualMachines_RestartHosts
RotateDiskEncryptionKey(WaitUntil, HDInsightClusterDiskEncryptionContent, CancellationToken)

轮换指定 HDInsight 群集的磁盘加密密钥。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/rotatediskencryptionkey
  • 操作IdClusters_RotateDiskEncryptionKey
RotateDiskEncryptionKeyAsync(WaitUntil, HDInsightClusterDiskEncryptionContent, CancellationToken)

轮换指定 HDInsight 群集的磁盘加密密钥。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/rotatediskencryptionkey
  • 操作IdClusters_RotateDiskEncryptionKey
SetTags(IDictionary<String,String>, CancellationToken)

将资源上的标记替换为给定集。

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

将资源上的标记替换为给定集。

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

获取 API 版本替代(如果已为当前客户端选项设置)。

(继承自 ArmResource)
Update(HDInsightClusterPatch, CancellationToken)

使用指定的参数修补 HDInsight 群集。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Update
UpdateAsync(HDInsightClusterPatch, CancellationToken)

使用指定的参数修补 HDInsight 群集。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Update
UpdateAutoScaleConfiguration(WaitUntil, HDInsightRoleName, HDInsightAutoScaleConfigurationUpdateContent, CancellationToken)

汇报 HDInsight 群集的自动缩放配置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/autoscale
  • 操作IdClusters_UpdateAutoScaleConfiguration
UpdateAutoScaleConfigurationAsync(WaitUntil, HDInsightRoleName, HDInsightAutoScaleConfigurationUpdateContent, CancellationToken)

汇报 HDInsight 群集的自动缩放配置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/autoscale
  • 操作IdClusters_UpdateAutoScaleConfiguration
UpdateConfiguration(WaitUntil, String, IDictionary<String,String>, CancellationToken)

在指定群集上配置 HTTP 设置。 此 API 已弃用,请改用群集终结点中的 UpdateGatewaySettings。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • 操作IdConfigurations_Update
UpdateConfigurationAsync(WaitUntil, String, IDictionary<String,String>, CancellationToken)

在指定群集上配置 HTTP 设置。 此 API 已弃用,请改用群集终结点中的 UpdateGatewaySettings。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • 操作IdConfigurations_Update
UpdateGatewaySettings(WaitUntil, HDInsightClusterUpdateGatewaySettingsContent, CancellationToken)

在指定群集上配置网关设置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateGatewaySettings
  • 操作IdClusters_UpdateGatewaySettings
UpdateGatewaySettingsAsync(WaitUntil, HDInsightClusterUpdateGatewaySettingsContent, CancellationToken)

在指定群集上配置网关设置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateGatewaySettings
  • 操作IdClusters_UpdateGatewaySettings
UpdateIdentityCertificate(WaitUntil, HDInsightClusterUpdateIdentityCertificateContent, CancellationToken)

汇报群集标识证书。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateClusterIdentityCertificate
  • 操作IdClusters_UpdateIdentityCertificate
UpdateIdentityCertificateAsync(WaitUntil, HDInsightClusterUpdateIdentityCertificateContent, CancellationToken)

汇报群集标识证书。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateClusterIdentityCertificate
  • 操作IdClusters_UpdateIdentityCertificate

扩展方法

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

按名称 (GUID) 获取角色定义。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

按名称 (GUID) 获取角色定义。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

获取 ArmResource 中 AuthorizationRoleDefinitionResources 的集合。

GetDenyAssignment(ArmResource, String, CancellationToken)

获取指定的拒绝分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

获取指定的拒绝分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

获取 ArmResource 中 DenyAssignmentResources 的集合。

GetRoleAssignment(ArmResource, String, String, CancellationToken)

按范围和名称获取角色分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

按范围和名称获取角色分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

获取 ArmResource 中 RoleAssignmentResources 的集合。

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

获取资源范围的指定角色分配计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 操作IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色分配计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 操作IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

获取指定的角色分配计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

获取指定的角色分配计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

获取 ArmResource 中 RoleAssignmentScheduleInstanceResources 的集合。

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

获取指定的角色分配计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 操作IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

获取指定的角色分配计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 操作IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

获取 ArmResource 中 RoleAssignmentScheduleRequestResources 的集合。

GetRoleAssignmentSchedules(ArmResource)

获取 ArmResource 中 RoleAssignmentScheduleResources 的集合。

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

获取资源范围的指定角色资格计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色资格计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

获取指定的角色资格计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 操作IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

获取指定的角色资格计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 操作IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

获取 ArmResource 中 RoleEligibilityScheduleInstanceResources 的集合。

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

获取指定的角色资格计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

获取指定的角色资格计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

获取 ArmResource 中 RoleEligibilityScheduleRequestResources 的集合。

GetRoleEligibilitySchedules(ArmResource)

获取 ArmResource 中 RoleEligibilityScheduleResources 的集合。

GetRoleManagementPolicies(ArmResource)

获取 ArmResource 中 RoleManagementPolicyResources 的集合。

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略分配

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略分配

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

获取 ArmResource 中 RoleManagementPolicyAssignmentResources 的集合。

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

获取表示 SystemAssignedIdentityResource 的对象,以及可在 ArmResource 中对其进行执行的实例操作。

GetLinkerResource(ArmResource, String, CancellationToken)

返回给定名称的链接器资源。

  • 请求路径/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

返回给定名称的链接器资源。

  • 请求路径/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResources(ArmResource)

获取 ArmResource 中的 LinkerResources 集合。

适用于