IssueAttachmentContract Class

Definition

Issue Attachment Contract details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IssueAttachmentContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IssueAttachmentContract = class
    inherit Resource
Public Class IssueAttachmentContract
Inherits Resource
Inheritance
IssueAttachmentContract
Attributes

Constructors

IssueAttachmentContract()

Initializes a new instance of the IssueAttachmentContract class.

IssueAttachmentContract(String, String, String, String, String, String)

Initializes a new instance of the IssueAttachmentContract class.

Properties

Content

Gets or sets an HTTP link or Base64-encoded binary data.

ContentFormat

Gets or sets either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Title

Gets or sets filename by which the binary data will be saved.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to