IIssueOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET