你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIssueOperations Interface

Definition

IssueOperations operations.

public interface IIssueOperations
type IIssueOperations = interface
Public Interface IIssueOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets API Management issue details

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of issues in the specified service instance.

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<IssueContract>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of issues in the specified service instance.

Extension Methods

Get(IIssueOperations, String, String, String)

Gets API Management issue details

GetAsync(IIssueOperations, String, String, String, CancellationToken)

Gets API Management issue details

ListByService(IIssueOperations, String, String, ODataQuery<IssueContract>)

Lists a collection of issues in the specified service instance.

ListByServiceAsync(IIssueOperations, String, String, ODataQuery<IssueContract>, CancellationToken)

Lists a collection of issues in the specified service instance.

ListByServiceNext(IIssueOperations, String)

Lists a collection of issues in the specified service instance.

ListByServiceNextAsync(IIssueOperations, String, CancellationToken)

Lists a collection of issues in the specified service instance.

Applies to