DevTestLabNotificationChannelCollection.GetAllAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorier les canaux de notification dans un labo donné.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
- IdNotificationChannels_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource> GetAllAsync (string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
override this.GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
Public Overridable Function GetAllAsync (Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DevTestLabNotificationChannelResource)
Paramètres
- expand
- String
Spécifiez la requête $expand. Exemple : 'properties($select=webHookUrl)'.
- filter
- String
Filtre à appliquer à l’opération. Exemple : '$filter=contains(name,'myName').
Nombre maximal de ressources à retourner à partir de l’opération. Exemple : '$top=10'.
- orderby
- String
Expression de classement des résultats, à l’aide de la notation OData. Exemple : '$orderby=name desc'.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de DevTestLabNotificationChannelResource service pour itérer.
S’applique à
Azure SDK for .NET