次の方法で共有


VoiceServicesExtensions.GetVoiceServicesCommunicationsGateway メソッド

定義

CommunicationsGateway を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • 操作IdCommunicationsGateways_Get
public static Azure.Response<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayResource> GetVoiceServicesCommunicationsGateway (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string communicationsGatewayName, System.Threading.CancellationToken cancellationToken = default);
static member GetVoiceServicesCommunicationsGateway : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayResource>
<Extension()>
Public Function GetVoiceServicesCommunicationsGateway (resourceGroupResource As ResourceGroupResource, communicationsGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VoiceServicesCommunicationsGatewayResource)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

communicationsGatewayName
String

このデプロイの一意識別子。

cancellationToken
CancellationToken

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

戻り値

例外

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

communicationsGatewayName が null です。

適用対象