次の方法で共有


CacheOperationsExtensions.ListByService メソッド

定義

指定されたサービス インスタンスのすべての外部キャッシュのコレクションを一覧表示します。

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

パラメーター

operations
ICacheOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

top
Nullable<Int32>

返されるレコードの数。

skip
Nullable<Int32>

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

戻り値

適用対象