Freigeben über


NotificationOperationsExtensions.ListByServiceAsync Methode

Definition

Listet eine Auflistung der in einer Dienstinstanz definierten Eigenschaften auf

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract>>
<Extension()>
Public Function ListByServiceAsync (operations As INotificationOperations, resourceGroupName As String, serviceName As String, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NotificationContract))

Parameter

operations
INotificationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

top
Nullable<Int32>

Die Anzahl der zurückzugebenden Datensätze.

skip
Nullable<Int32>

Die Anzahl der zu überspringenden Datensätze.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: