次の方法で共有


BackendOperationsExtensions.ListByServiceAsync メソッド

定義

指定されたサービス インスタンスのバックエンドのコレクションを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.BackendContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IBackendOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.BackendContract> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IBackendOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.BackendContract> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.BackendContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IBackendOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of BackendContract) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BackendContract))

パラメーター

operations
IBackendOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<BackendContract>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象