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

129 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments"
name: "ApiIssueAttachments"
nameWithType: "ApiIssueAttachments"
summary: "Type representing Api<wbr>Issue<wbr>Attachments."
syntax: "public interface **ApiIssueAttachments**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueAttachmentContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueAttachmentContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <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.ApiIssueAttachmentsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiIssueAttachmentsInner&text=ApiIssueAttachmentsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.deleteAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId, String ifMatch)"
name: "deleteAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId, String ifMatch)"
nameWithType: "ApiIssueAttachments.deleteAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId, String ifMatch)"
summary: "Deletes the specified comment from an Issue."
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: "API identifier. Must be unique in the current API Management service instance."
name: "apiId"
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\" />"
- description: "Attachment identifier within an Issue. Must be unique in the current Issue."
name: "attachmentId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update."
name: "ifMatch"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId, String ifMatch)"
desc: "Deletes the specified comment from an Issue."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.getAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
name: "getAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
nameWithType: "ApiIssueAttachments.getAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
summary: "Gets the details of the issue Attachment for an API specified by its identifier."
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: "API identifier. Must be unique in the current API Management service instance."
name: "apiId"
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\" />"
- description: "Attachment identifier within an Issue. Must be unique in the current Issue."
name: "attachmentId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<IssueAttachmentContract> getAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
desc: "Gets the details of the issue Attachment for an API specified by its identifier."
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.IssueAttachmentContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueAttachmentContract&text=IssueAttachmentContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
nameWithType: "ApiIssueAttachments.getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
summary: "Gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier."
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: "API identifier. Must be unique in the current API Management service instance."
name: "apiId"
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\" />"
- description: "Attachment identifier within an Issue. Must be unique in the current Issue."
name: "attachmentId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId)"
desc: "Gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.listByServiceAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiIssueAttachments.listByServiceAsync(String resourceGroupName, String serviceName, String apiId, String issueId)"
name: "listByServiceAsync(String resourceGroupName, String serviceName, String apiId, String issueId)"
nameWithType: "ApiIssueAttachments.listByServiceAsync(String resourceGroupName, String serviceName, String apiId, String issueId)"
summary: "Lists all attachments for the Issue associated with the specified API."
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: "API identifier. Must be unique in the current API Management service instance."
name: "apiId"
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<IssueAttachmentContract> listByServiceAsync(String resourceGroupName, String serviceName, String apiId, String issueId)"
desc: "Lists all attachments for the Issue associated with the specified API."
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.IssueAttachmentContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueAttachmentContract&text=IssueAttachmentContract\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing ApiIssueAttachments."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueAttachmentContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueAttachmentContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<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.ApiIssueAttachmentsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiIssueAttachmentsInner&text=ApiIssueAttachmentsInner\" 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