次の方法で共有


AvsPrivateCloudResource.GetWorkloadNetworkGateway メソッド

定義

プライベート クラウド ワークロード ネットワーク内の ID でゲートウェイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/gateways/{gatewayId}
  • 操作IdWorkloadNetworks_GetGateway
public virtual Azure.Response<Azure.ResourceManager.Avs.WorkloadNetworkGatewayResource> GetWorkloadNetworkGateway (string gatewayId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkloadNetworkGateway : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Avs.WorkloadNetworkGatewayResource>
override this.GetWorkloadNetworkGateway : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Avs.WorkloadNetworkGatewayResource>
Public Overridable Function GetWorkloadNetworkGateway (gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkloadNetworkGatewayResource)

パラメーター

gatewayId
String

NSX ゲートウェイ識別子。 通常、ゲートウェイの表示名と同じです。

cancellationToken
CancellationToken

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

戻り値

例外

gatewayId は空の文字列であり、空でないと想定されていました。

gatewayId が null です。

適用対象