Issue interface

Interface representing a Issue.

Methods

get(string, string, string, IssueGetOptionalParams)

Gets API Management issue details

listByService(string, string, IssueListByServiceOptionalParams)

Lists a collection of issues in the specified service instance.

Method Details

get(string, string, string, IssueGetOptionalParams)

Gets API Management issue details

function get(resourceGroupName: string, serviceName: string, issueId: string, options?: IssueGetOptionalParams): Promise<IssueGetResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

issueId

string

Issue identifier. Must be unique in the current API Management service instance.

options
IssueGetOptionalParams

The options parameters.

Returns

Promise<IssueGetResponse>

listByService(string, string, IssueListByServiceOptionalParams)

Lists a collection of issues in the specified service instance.

function listByService(resourceGroupName: string, serviceName: string, options?: IssueListByServiceOptionalParams): PagedAsyncIterableIterator<IssueContract, IssueContract[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

options
IssueListByServiceOptionalParams

The options parameters.

Returns