ClustersOperationsExtensions.GetGatewaySettings Method

Definition

Gets the gateway settings for the specified cluster.

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster.

Returns

Applies to