次の方法で共有


VoiceServicesExtensions.GetVoiceServicesCommunicationsGatewayAsync メソッド

定義

CommunicationsGateway を取得する

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

communicationsGatewayName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

communicationsGatewayName が null です。

適用対象