Share via


ArmApiManagementModelFactory.ApiIssueAttachmentData Method

Definition

Initializes a new instance of ApiIssueAttachmentData.

public static Azure.ResourceManager.ApiManagement.ApiIssueAttachmentData ApiIssueAttachmentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string title = default, string contentFormat = default, string content = default);
static member ApiIssueAttachmentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string -> Azure.ResourceManager.ApiManagement.ApiIssueAttachmentData
Public Shared Function ApiIssueAttachmentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional title As String = Nothing, Optional contentFormat As String = Nothing, Optional content As String = Nothing) As ApiIssueAttachmentData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

title
String

Filename by which the binary data will be saved.

contentFormat
String

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.

content
String

An HTTP link or Base64-encoded binary data.

Returns

A new ApiIssueAttachmentData instance for mocking.

Applies to