次の方法で共有


ApiIssueOperationsExtensions.ListByServiceAsync メソッド

定義

指定された API に関連付けられているすべての問題を一覧表示します。

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

パラメーター

operations
IApiIssueOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

apiId
String

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

odataQuery
ODataQuery<IssueContract>

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

expandCommentsAttachments
Nullable<Boolean>

コメントの添付ファイルを展開します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象