HDInsightClusterResource.GetGatewaySettings(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.
  • Default Api Version. : 2025-01-15-preview.
  • Resource. : HDInsightClusterResource.
public virtual Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterGatewaySettings> GetGatewaySettings(System.Threading.CancellationToken cancellationToken = default);
abstract member GetGatewaySettings : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterGatewaySettings>
override this.GetGatewaySettings : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterGatewaySettings>
Public Overridable Function GetGatewaySettings (Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightClusterGatewaySettings)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to