Issues Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IssuesInner>

public interface Issues
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IssuesInner>

Type representing Issues.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<IssueContract> getAsync(String resourceGroupName, String serviceName, String issueId)

Gets API Management issue details.

abstract rx.Observable<IssueContract> listByServiceAsync(String resourceGroupName, String serviceName)

Lists a collection of issues in the specified service instance.

Method Details

getAsync

public abstract Observable getAsync(String resourceGroupName, String serviceName, String issueId)

Gets API Management issue details.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
issueId - Issue identifier. Must be unique in the current API Management service instance.

Returns:

the observable for the request

listByServiceAsync

public abstract Observable listByServiceAsync(String resourceGroupName, String serviceName)

Lists a collection of issues in the specified service instance.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

Applies to