Freigeben über


HDInsightClusterResource Klasse

Definition

Eine Klasse, die einen HDInsightCluster zusammen mit den instance Vorgängen darstellt, die darauf ausgeführt werden können. Wenn Sie über einen ResourceIdentifier verfügen, können Sie eine HDInsightClusterResource aus einer instance ArmClient der GetHDInsightClusterResource-Methode erstellen. Andernfalls können Sie eine von der übergeordneten Ressource ResourceGroupResource mithilfe der GetHDInsightCluster-Methode abrufen.

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

Konstruktoren

HDInsightClusterResource()

Initialisiert eine neue instance der -Klasse für die HDInsightClusterResource Simulation.

Felder

ResourceType

Ruft den Ressourcentyp für die Vorgänge ab.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmResource)
Data

Ruft die Daten ab, die dieses Feature darstellen.

Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmResource)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmResource)
HasData

Ruft ab, ob der aktuelle instance Daten enthält.

Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmResource)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmResource)

Methoden

AddTag(String, String, CancellationToken)

Fügen Sie der aktuellen Ressource ein Tag hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
AddTagAsync(String, String, CancellationToken)

Fügen Sie der aktuellen Ressource ein Tag hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
CanUseTagResource(CancellationToken)

Überprüft, ob die TagResource-API in der aktuellen Umgebung bereitgestellt wird.

(Geerbt von ArmResource)
CanUseTagResourceAsync(CancellationToken)

Überprüft, ob die TagResource-API in der aktuellen Umgebung bereitgestellt wird.

(Geerbt von ArmResource)
CreateExtension(WaitUntil, String, HDInsightClusterCreateExtensionContent, CancellationToken)

Erstellt eine HDInsight-Clustererweiterung.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • Vorgangs-IdExtensions_Create
CreateExtensionAsync(WaitUntil, String, HDInsightClusterCreateExtensionContent, CancellationToken)

Erstellt eine HDInsight-Clustererweiterung.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • Vorgangs-IdExtensions_Create
CreateResourceIdentifier(String, String, String)

Generieren Sie den Ressourcenbezeichner eines HDInsightClusterResource instance.

Delete(WaitUntil, CancellationToken)

Löscht den angegebenen HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Delete
DeleteAsync(WaitUntil, CancellationToken)

Löscht den angegebenen HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Delete
DeleteExtension(WaitUntil, String, CancellationToken)

Löscht die angegebene Erweiterung für den HDInsight-Cluster.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • Vorgangs-IdExtensions_Delete
DeleteExtensionAsync(WaitUntil, String, CancellationToken)

Löscht die angegebene Erweiterung für den HDInsight-Cluster.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • Vorgangs-IdExtensions_Delete
DeleteScriptAction(String, CancellationToken)

Löscht eine angegebene permanente Skriptaktion des Clusters.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}
  • Vorgangs-IdScriptActions_Delete
DeleteScriptActionAsync(String, CancellationToken)

Löscht eine angegebene permanente Skriptaktion des Clusters.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}
  • Vorgangs-IdScriptActions_Delete
DisableAzureMonitorExtension(WaitUntil, CancellationToken)

Deaktiviert den Azure Monitor im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • Vorgangs-IdExtensions_DisableAzureMonitor
DisableAzureMonitorExtensionAsync(WaitUntil, CancellationToken)

Deaktiviert den Azure Monitor im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • Vorgangs-IdExtensions_DisableAzureMonitor
DisableClusterMonitoringExtension(WaitUntil, CancellationToken)

Deaktiviert die Operations Management Suite (OMS) im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • Vorgangs-IdExtensions_DisableMonitoring
DisableClusterMonitoringExtensionAsync(WaitUntil, CancellationToken)

Deaktiviert die Operations Management Suite (OMS) im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • Vorgangs-IdExtensions_DisableMonitoring
EnableAzureMonitorExtension(WaitUntil, HDInsightAzureMonitorExtensionEnableContent, CancellationToken)

Aktiviert Azure Monitor im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • Vorgangs-IdExtensions_EnableAzureMonitor
EnableAzureMonitorExtensionAsync(WaitUntil, HDInsightAzureMonitorExtensionEnableContent, CancellationToken)

Aktiviert Azure Monitor im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • Vorgangs-IdExtensions_EnableAzureMonitor
EnableClusterMonitoringExtension(WaitUntil, HDInsightClusterEnableClusterMonitoringContent, CancellationToken)

Aktiviert die Operations Management Suite (OMS) im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • Vorgangs-IdExtensions_EnableMonitoring
EnableClusterMonitoringExtensionAsync(WaitUntil, HDInsightClusterEnableClusterMonitoringContent, CancellationToken)

Aktiviert die Operations Management Suite (OMS) im HDInsight-Cluster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • Vorgangs-IdExtensions_EnableMonitoring
ExecuteScriptActions(WaitUntil, ExecuteScriptActionContent, CancellationToken)

Führt Skriptaktionen für den angegebenen HDInsight-Cluster aus.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions
  • Vorgangs-IdClusters_ExecuteScriptActions
ExecuteScriptActionsAsync(WaitUntil, ExecuteScriptActionContent, CancellationToken)

Führt Skriptaktionen für den angegebenen HDInsight-Cluster aus.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions
  • Vorgangs-IdClusters_ExecuteScriptActions
Get(CancellationToken)

Ruft den angegebenen Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
GetAsync(CancellationToken)

Ruft den angegebenen Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
GetAsyncOperationStatus(String, CancellationToken)

Der asynchrone Vorgang status.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/azureasyncoperations/{operationId}
  • Vorgangs-IdClusters_GetAzureAsyncOperationStatus
GetAsyncOperationStatusAsync(String, CancellationToken)

Der asynchrone Vorgang status.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/azureasyncoperations/{operationId}
  • Vorgangs-IdClusters_GetAzureAsyncOperationStatus
GetAvailableLocations(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetAvailableLocationsAsync(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetAzureMonitorExtensionStatus(CancellationToken)

Ruft die status von Azure Monitor im HDInsight-Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • Vorgangs-IdExtensions_GetAzureMonitorStatus
GetAzureMonitorExtensionStatusAsync(CancellationToken)

Ruft die status von Azure Monitor im HDInsight-Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor
  • Vorgangs-IdExtensions_GetAzureMonitorStatus
GetClusterMonitoringExtensionStatus(CancellationToken)

Ruft die status der Operations Management Suite (OMS) im HDInsight-Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • Vorgangs-IdExtensions_GetMonitoringStatus
GetClusterMonitoringExtensionStatusAsync(CancellationToken)

Ruft die status der Operations Management Suite (OMS) im HDInsight-Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • Vorgangs-IdExtensions_GetMonitoringStatus
GetConfiguration(CancellationToken)

Ruft alle Konfigurationsinformationen für einen HDI-Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations
  • Vorgangs-IdConfigurations_List
GetConfiguration(String, CancellationToken)

Das Konfigurationsobjekt für den angegebenen Cluster. Diese API wird nicht empfohlen und kann in Zukunft entfernt werden. Verwenden Sie stattdessen die API für Listenkonfigurationen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
GetConfigurationAsync(CancellationToken)

Ruft alle Konfigurationsinformationen für einen HDI-Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations
  • Vorgangs-IdConfigurations_List
GetConfigurationAsync(String, CancellationToken)

Das Konfigurationsobjekt für den angegebenen Cluster. Diese API wird nicht empfohlen und kann in Zukunft entfernt werden. Verwenden Sie stattdessen die API für Listenkonfigurationen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
GetExtension(String, CancellationToken)

Ruft die Erweiterungseigenschaften für die angegebene HDInsight-Clustererweiterung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • Vorgangs-IdExtensions_Get
GetExtensionAsync(String, CancellationToken)

Ruft die Erweiterungseigenschaften für die angegebene HDInsight-Clustererweiterung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}
  • Vorgangs-IdExtensions_Get
GetExtensionAsyncOperationStatus(String, String, CancellationToken)

Ruft den asynchronen Vorgang status ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}/azureAsyncOperations/{operationId}
  • Vorgangs-IdExtensions_GetAzureAsyncOperationStatus
GetExtensionAsyncOperationStatusAsync(String, String, CancellationToken)

Ruft den asynchronen Vorgang status ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}/azureAsyncOperations/{operationId}
  • Vorgangs-IdExtensions_GetAzureAsyncOperationStatus
GetGatewaySettings(CancellationToken)

Ruft die Gatewayeinstellungen für den angegebenen Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettings
  • Vorgangs-IdClusters_GetGatewaySettings
GetGatewaySettingsAsync(CancellationToken)

Ruft die Gatewayeinstellungen für den angegebenen Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettings
  • Vorgangs-IdClusters_GetGatewaySettings
GetHDInsightApplication(String, CancellationToken)

Ruft Eigenschaften der angegebenen Anwendung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgangs-IdApplications_Get
GetHDInsightApplicationAsync(String, CancellationToken)

Ruft Eigenschaften der angegebenen Anwendung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgangs-IdApplications_Get
GetHDInsightApplications()

Ruft eine Auflistung von HDInsightApplicationResources im HDInsightCluster ab.

GetHDInsightPrivateEndpointConnection(String, CancellationToken)

Ruft die verbindung mit dem jeweiligen privaten Endpunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetHDInsightPrivateEndpointConnectionAsync(String, CancellationToken)

Ruft die verbindung mit dem jeweiligen privaten Endpunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetHDInsightPrivateEndpointConnections()

Ruft eine Auflistung von HDInsightPrivateEndpointConnectionResources im HDInsightCluster ab.

GetHDInsightPrivateLinkResource(String, CancellationToken)

Ruft die spezifische Private Link-Ressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • Vorgangs-IdPrivateLinkResources_Get
GetHDInsightPrivateLinkResourceAsync(String, CancellationToken)

Ruft die spezifische Private Link-Ressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • Vorgangs-IdPrivateLinkResources_Get
GetHDInsightPrivateLinkResources()

Ruft eine Auflistung von HDInsightPrivateLinkResources im HDInsightCluster ab.

GetManagementLock(String, CancellationToken)

Abrufen einer Verwaltungssperre nach Bereich.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgang IdManagementLocks_GetByScope
(Geerbt von ArmResource)
GetManagementLockAsync(String, CancellationToken)

Abrufen einer Verwaltungssperre nach Bereich.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgang IdManagementLocks_GetByScope
(Geerbt von ArmResource)
GetManagementLocks()

Ruft eine Auflistung von ManagementLockResources in ArmResource ab.

(Geerbt von ArmResource)
GetPolicyAssignment(String, CancellationToken)

Dieser Vorgang ruft eine einzelne Richtlinienzuweisung unter Angabe ihres Namens und des Bereichs ab, in dem sie erstellt wurde.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Vorgang IdPolicyAssignments_Get
(Geerbt von ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

Dieser Vorgang ruft eine einzelne Richtlinienzuweisung unter Angabe ihres Namens und des Bereichs ab, in dem sie erstellt wurde.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Vorgang IdPolicyAssignments_Get
(Geerbt von ArmResource)
GetPolicyAssignments()

Ruft eine Auflistung von PolicyAssignmentResources in ArmResource ab.

(Geerbt von ArmResource)
GetScriptActionExecutionAsyncOperationStatus(String, CancellationToken)

Ruft den asynchronen Vorgang status des Ausführungsvorgangs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions/azureasyncoperations/{operationId}
  • Vorgangs-IdScriptActions_GetExecutionAsyncOperationStatus
GetScriptActionExecutionAsyncOperationStatusAsync(String, CancellationToken)

Ruft den asynchronen Vorgang status des Ausführungsvorgangs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions/azureasyncoperations/{operationId}
  • Vorgangs-IdScriptActions_GetExecutionAsyncOperationStatus
GetScriptActionExecutionDetail(String, CancellationToken)

Ruft die Details zur Skriptausführung für die angegebene Skriptausführungs-ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}
  • Vorgangs-IdScriptActions_GetExecutionDetail
GetScriptActionExecutionDetailAsync(String, CancellationToken)

Ruft die Details zur Skriptausführung für die angegebene Skriptausführungs-ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}
  • Vorgangs-IdScriptActions_GetExecutionDetail
GetScriptActions(CancellationToken)

Listet alle permanenten Skriptaktionen für den angegebenen Cluster auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions
  • Vorgangs-IdScriptActions_ListByCluster
GetScriptActionsAsync(CancellationToken)

Listet alle permanenten Skriptaktionen für den angegebenen Cluster auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions
  • Vorgangs-IdScriptActions_ListByCluster
GetScriptExecutionHistories(CancellationToken)

Listet den Ausführungsverlauf aller Skripts für den angegebenen Cluster auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory
  • Vorgangs-IdScriptExecutionHistory_ListByCluster
GetScriptExecutionHistoriesAsync(CancellationToken)

Listet den Ausführungsverlauf aller Skripts für den angegebenen Cluster auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory
  • Vorgangs-IdScriptExecutionHistory_ListByCluster
GetTagResource()

Ruft ein -Objekt ab, das eine TagResource darstellt, zusammen mit den instance-Vorgängen, die in ArmResource ausgeführt werden können.

(Geerbt von ArmResource)
GetVirtualMachineAsyncOperationStatus(String, CancellationToken)

Ruft den asynchronen Vorgang status ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts/azureasyncoperations/{operationId}
  • Vorgangs-IdVirtualMachines_GetAsyncOperationStatus
GetVirtualMachineAsyncOperationStatusAsync(String, CancellationToken)

Ruft den asynchronen Vorgang status ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts/azureasyncoperations/{operationId}
  • Vorgangs-IdVirtualMachines_GetAsyncOperationStatus
GetVirtualMachineHosts(CancellationToken)

Listet die HDInsight-Clusterhosts auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/listHosts
  • Vorgangs-IdVirtualMachines_ListHosts
GetVirtualMachineHostsAsync(CancellationToken)

Listet die HDInsight-Clusterhosts auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/listHosts
  • Vorgangs-IdVirtualMachines_ListHosts
PromoteScriptExecutionHistory(String, CancellationToken)

Stuft die angegebene Ad-hoc-Skriptausführung auf ein permanentes Skript hoch.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}/promote
  • Vorgangs-IdScriptExecutionHistory_Promote
PromoteScriptExecutionHistoryAsync(String, CancellationToken)

Stuft die angegebene Ad-hoc-Skriptausführung auf ein permanentes Skript hoch.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}/promote
  • Vorgangs-IdScriptExecutionHistory_Promote
RemoveTag(String, CancellationToken)

Entfernt ein Tag nach Schlüssel aus der Ressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
RemoveTagAsync(String, CancellationToken)

Entfernt ein Tag nach Schlüssel aus der Ressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
Resize(WaitUntil, HDInsightRoleName, HDInsightClusterResizeContent, CancellationToken)

Ändert die Größe des angegebenen HDInsight-Clusters auf die angegebene Größe.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resize
  • Vorgang IdClusters_Resize
ResizeAsync(WaitUntil, HDInsightRoleName, HDInsightClusterResizeContent, CancellationToken)

Ändert die Größe des angegebenen HDInsight-Clusters auf die angegebene Größe.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resize
  • Vorgang IdClusters_Resize
RestartVirtualMachineHosts(WaitUntil, IEnumerable<String>, CancellationToken)

Startet die angegebenen HDInsight-Clusterhosts neu.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts
  • Vorgang IdVirtualMachines_RestartHosts
RestartVirtualMachineHostsAsync(WaitUntil, IEnumerable<String>, CancellationToken)

Startet die angegebenen HDInsight-Clusterhosts neu.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts
  • Vorgang IdVirtualMachines_RestartHosts
RotateDiskEncryptionKey(WaitUntil, HDInsightClusterDiskEncryptionContent, CancellationToken)

Drehen Sie den Datenträgerverschlüsselungsschlüssel des angegebenen HDInsight-Clusters.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/rotatediskencryptionkey
  • Vorgang IdClusters_RotateDiskEncryptionKey
RotateDiskEncryptionKeyAsync(WaitUntil, HDInsightClusterDiskEncryptionContent, CancellationToken)

Drehen Sie den Datenträgerverschlüsselungsschlüssel des angegebenen HDInsight-Clusters.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/rotatediskencryptionkey
  • Vorgang IdClusters_RotateDiskEncryptionKey
SetTags(IDictionary<String,String>, CancellationToken)

Ersetzen Sie die Tags für die Ressource durch den angegebenen Satz.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgang IdClusters_Get
SetTagsAsync(IDictionary<String,String>, CancellationToken)

Ersetzen Sie die Tags für die Ressource durch den angegebenen Satz.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgang IdClusters_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmResource)
Update(HDInsightClusterPatch, CancellationToken)

Patchen Sie den HDInsight-Cluster mit den angegebenen Parametern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgang IdClusters_Update
UpdateAsync(HDInsightClusterPatch, CancellationToken)

Patchen Sie den HDInsight-Cluster mit den angegebenen Parametern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • Vorgang IdClusters_Update
UpdateAutoScaleConfiguration(WaitUntil, HDInsightRoleName, HDInsightAutoScaleConfigurationUpdateContent, CancellationToken)

Updates den Cluster "Autoscale Configuration for HDInsight".

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/autoscale
  • Vorgang IdClusters_UpdateAutoScaleConfiguration
UpdateAutoScaleConfigurationAsync(WaitUntil, HDInsightRoleName, HDInsightAutoScaleConfigurationUpdateContent, CancellationToken)

Updates den Cluster "Autoscale Configuration for HDInsight".

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/autoscale
  • Vorgang IdClusters_UpdateAutoScaleConfiguration
UpdateConfiguration(WaitUntil, String, IDictionary<String,String>, CancellationToken)

Konfiguriert die HTTP-Einstellungen für den angegebenen Cluster. Diese API ist veraltet. Verwenden Sie stattdessen UpdateGatewaySettings im Clusterendpunkt.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • Vorgang IdConfigurations_Update
UpdateConfigurationAsync(WaitUntil, String, IDictionary<String,String>, CancellationToken)

Konfiguriert die HTTP-Einstellungen für den angegebenen Cluster. Diese API ist veraltet. Verwenden Sie stattdessen UpdateGatewaySettings im Clusterendpunkt.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
  • Vorgang IdConfigurations_Update
UpdateGatewaySettings(WaitUntil, HDInsightClusterUpdateGatewaySettingsContent, CancellationToken)

Konfiguriert die Gatewayeinstellungen für den angegebenen Cluster.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateGatewaySettings
  • Vorgang IdClusters_UpdateGatewaySettings
UpdateGatewaySettingsAsync(WaitUntil, HDInsightClusterUpdateGatewaySettingsContent, CancellationToken)

Konfiguriert die Gatewayeinstellungen für den angegebenen Cluster.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateGatewaySettings
  • Vorgang IdClusters_UpdateGatewaySettings
UpdateIdentityCertificate(WaitUntil, HDInsightClusterUpdateIdentityCertificateContent, CancellationToken)

Updates das Clusteridentitätszertifikat.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateClusterIdentityCertificate
  • Vorgang IdClusters_UpdateIdentityCertificate
UpdateIdentityCertificateAsync(WaitUntil, HDInsightClusterUpdateIdentityCertificateContent, CancellationToken)

Updates das Clusteridentitätszertifikat.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateClusterIdentityCertificate
  • Vorgang IdClusters_UpdateIdentityCertificate

Erweiterungsmethoden

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • Vorgang IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • Vorgang IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

Ruft eine Auflistung von AuthorizationRoleDefinitionResources in armResource ab.

GetDenyAssignment(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Deny-Zuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • Vorgang IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Deny-Zuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • Vorgang IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

Ruft eine Auflistung von DenyAssignmentResources in ArmResource ab.

GetRoleAssignment(ArmResource, String, String, CancellationToken)

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • Vorgang IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • Vorgang IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

Ruft eine Auflistung von RoleAssignmentResources in ArmResource ab.

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgang IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgang IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • Vorgang IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • Vorgang IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleInstanceResources in ArmResource ab.

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung des Rollenzuweisungszeitplans ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgang IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung des Rollenzuweisungszeitplans ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgang IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleRequestResources in armResource ab.

GetRoleAssignmentSchedules(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleResources in ArmResource ab.

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • Vorgang IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • Vorgang IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgang IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgang IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleInstanceResources in ArmResource ab.

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Rollenberechtigungsplanungsanforderung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • Vorgang IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Rollenberechtigungsplanungsanforderung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • Vorgang IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleRequestResources in armResource ab.

GetRoleEligibilitySchedules(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleResources in armResource ab.

GetRoleManagementPolicies(ArmResource)

Ruft eine Auflistung von RoleManagementPolicyResources in ArmResource ab.

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinie für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • Vorgang IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • Vorgang IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • Vorgangs-IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

Ruft eine Auflistung von RoleManagementPolicyAssignmentResources in armResource ab.

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinie für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • Vorgangs-IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

Ruft ein -Objekt ab, das eine SystemAssignedIdentityResource darstellt, zusammen mit den instance-Vorgängen, die in ArmResource ausgeführt werden können.

GetLinkerResource(ArmResource, String, CancellationToken)

Gibt die Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgang IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Gibt die Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgang IdLinker_Get
GetLinkerResources(ArmResource)

Ruft eine Auflistung von LinkerResources in ArmResource ab.

Gilt für: