次の方法で共有


IssueOperationsExtensions.ListByServiceAsync メソッド

定義

指定されたサービス インスタンスにおける問題のコレクションを一覧表示します。

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

パラメーター

operations
IIssueOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<IssueContract>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象