azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

57 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Issues"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Issues"
name: "Issues"
nameWithType: "Issues"
summary: "Type representing Issues."
syntax: "public interface **Issues**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IssuesInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IssuesInner&text=IssuesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Issues.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Issues.getAsync(String resourceGroupName, String serviceName, String issueId)"
name: "getAsync(String resourceGroupName, String serviceName, String issueId)"
nameWithType: "Issues.getAsync(String resourceGroupName, String serviceName, String issueId)"
summary: "Gets API Management issue details."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Issue identifier. Must be unique in the current API Management service instance."
name: "issueId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<IssueContract> getAsync(String resourceGroupName, String serviceName, String issueId)"
desc: "Gets API Management issue details."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueContract&text=IssueContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Issues.listByServiceAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Issues.listByServiceAsync(String resourceGroupName, String serviceName)"
name: "listByServiceAsync(String resourceGroupName, String serviceName)"
nameWithType: "Issues.listByServiceAsync(String resourceGroupName, String serviceName)"
summary: "Lists a collection of issues in the specified service instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<IssueContract> listByServiceAsync(String resourceGroupName, String serviceName)"
desc: "Lists a collection of issues in the specified service instance."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueContract&text=IssueContract\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing Issues."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IssuesInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IssuesInner&text=IssuesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1