Partager via


DevTestLabNotificationChannelCollection.Get Méthode

Définition

Obtenir le canal de notification.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource> Get (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
Public Overridable Function Get (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabNotificationChannelResource)

Paramètres

name
String

Nom du canal de notification.

expand
String

Spécifiez la requête $expand. Exemple : 'properties($select=webHookUrl)'.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

name est une chaîne vide et devait être non vide.

name a la valeur null.

S’applique à