HDInsightClusterResource.GetGatewaySettingsAsync(CancellationToken) Method

Definition

Gets the gateway settings for the specified cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettings
  • Operation Id: Clusters_GetGatewaySettings
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterGatewaySettings>> GetGatewaySettingsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetGatewaySettingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterGatewaySettings>>
override this.GetGatewaySettingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterGatewaySettings>>
Public Overridable Function GetGatewaySettingsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HDInsightClusterGatewaySettings))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to