Partilhar via


DevTestLabResource.GetDevTestLabNotificationChannel Método

Definição

Obter canal de notificação.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_Get
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource> GetDevTestLabNotificationChannel (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabNotificationChannel : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
override this.GetDevTestLabNotificationChannel : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
Public Overridable Function GetDevTestLabNotificationChannel (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabNotificationChannelResource)

Parâmetros

name
String

O nome do canal de notificação.

expand
String

Especifique a consulta $expand. Exemplo: 'properties($select=webHookUrl)'.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

name é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

name é nulo.

Aplica-se a