ClustersOperationsExtensions.GetGatewaySettings Método

Definición

Obtiene la configuración de puerta de enlace del clúster especificado.

public static Microsoft.Azure.Management.HDInsight.Models.GatewaySettings GetGatewaySettings (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName);
static member GetGatewaySettings : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string -> Microsoft.Azure.Management.HDInsight.Models.GatewaySettings
<Extension()>
Public Function GetGatewaySettings (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As GatewaySettings

Parámetros

operations
IClustersOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

clusterName
String

Nombre del clúster.

Devoluciones

Se aplica a