VoiceServicesCommunicationsGatewayResource.GetVoiceServicesTestLineAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter um TestLine
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}/testLines/{testLineName}
- Operação 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))
Parâmetros
- testLineName
- String
Identificador exclusivo para esta linha de teste.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
testLineName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
testLineName
é nulo.