Partager via


ClustersOperationsExtensions.GetGatewaySettingsAsync Méthode

Définition

Obtient les paramètres de passerelle pour le cluster spécifié.

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

Paramètres

operations
IClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à