Compartilhar via


ArmApiManagementModelFactory.ApiIssueAttachmentData Método

Definição

Inicializa uma nova instância de 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

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

title
String

Nome do arquivo pelo qual os dados binários serão salvos.

contentFormat
String

'link' se o conteúdo for fornecido por meio de um link HTTP ou o tipo MIME dos dados binários codificados em Base64 fornecidos na propriedade 'content'.

content
String

Um link HTTP ou dados binários codificados em Base64.

Retornos

Uma nova ApiIssueAttachmentData instância para zombar.

Aplica-se a