Freigeben über


NotificationOperationsExtensions.ListByService Methode

Definition

Listet eine Auflistung der in einer Dienstinstanz definierten Eigenschaften auf

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract> ListByService (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, int? top = default, int? skip = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * Nullable<int> * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract>
<Extension()>
Public Function ListByService (operations As INotificationOperations, resourceGroupName As String, serviceName As String, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As 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.

Gibt zurück

Gilt für: