IssueAttachmentContract Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET