Share via


ApiIssueAttachmentGetEntityTagHeaders Constructors

Definition

Overloads

ApiIssueAttachmentGetEntityTagHeaders()

Initializes a new instance of the ApiIssueAttachmentGetEntityTagHeaders class.

ApiIssueAttachmentGetEntityTagHeaders(String)

Initializes a new instance of the ApiIssueAttachmentGetEntityTagHeaders class.

ApiIssueAttachmentGetEntityTagHeaders()

Initializes a new instance of the ApiIssueAttachmentGetEntityTagHeaders class.

public ApiIssueAttachmentGetEntityTagHeaders ();
Public Sub New ()

Applies to

ApiIssueAttachmentGetEntityTagHeaders(String)

Initializes a new instance of the ApiIssueAttachmentGetEntityTagHeaders class.

public ApiIssueAttachmentGetEntityTagHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiIssueAttachmentGetEntityTagHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiIssueAttachmentGetEntityTagHeaders
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