次の方法で共有


VoiceServicesCommunicationsGatewayResource.GetVoiceServicesTestLineAsync メソッド

定義

TestLine を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}/testLines/{testLineName}
  • 操作IdTestLines_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>> GetVoiceServicesTestLineAsync (string testLineName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVoiceServicesTestLineAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>>
override this.GetVoiceServicesTestLineAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>>
Public Overridable Function GetVoiceServicesTestLineAsync (testLineName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VoiceServicesTestLineResource))

パラメーター

testLineName
String

このテスト行の一意識別子。

cancellationToken
CancellationToken

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

戻り値

例外

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

testLineName が null です。

適用対象