ClustersOperationsExtensions.UpdateGatewaySettingsAsync Methode

Definition

Konfiguriert die Gatewayeinstellungen für den angegebenen Cluster.

public static System.Threading.Tasks.Task UpdateGatewaySettingsAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.UpdateGatewaySettingsParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateGatewaySettingsAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.UpdateGatewaySettingsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateGatewaySettingsAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As UpdateGatewaySettingsParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

parameters
UpdateGatewaySettingsParameters

Die Clusterkonfigurationen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: