Aracılığıyla paylaş


ApiIssueAttachmentGetHeaders Constructors

Definition

Overloads

ApiIssueAttachmentGetHeaders()

Initializes a new instance of the ApiIssueAttachmentGetHeaders class.

ApiIssueAttachmentGetHeaders(String)

Initializes a new instance of the ApiIssueAttachmentGetHeaders class.

ApiIssueAttachmentGetHeaders()

Initializes a new instance of the ApiIssueAttachmentGetHeaders class.

public ApiIssueAttachmentGetHeaders ();
Public Sub New ()

Applies to

ApiIssueAttachmentGetHeaders(String)

Initializes a new instance of the ApiIssueAttachmentGetHeaders class.

public ApiIssueAttachmentGetHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiIssueAttachmentGetHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiIssueAttachmentGetHeaders
Public Sub New (Optional eTag As String = Nothing)

Parameters

eTag
String

Current entity state version. Should be treated as opaque and used to make conditional HTTP requests.

Applies to