次の方法で共有


NotificationOperationsExtensions.ListByServiceAsync メソッド

定義

サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。

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))

パラメーター

operations
INotificationOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

top
Nullable<Int32>

返されるレコードの数。

skip
Nullable<Int32>

スキップするレコードの数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象