次の方法で共有


HDInsightClusterResource.GetGatewaySettings(CancellationToken) メソッド

定義

指定したクラスターのゲートウェイ設定を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettings
  • 操作IdClusters_GetGatewaySettings
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)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象