ApiIssueCommentGetHeaders Constructors

Definition

Overloads

ApiIssueCommentGetHeaders()

Initializes a new instance of the ApiIssueCommentGetHeaders class.

ApiIssueCommentGetHeaders(String)

Initializes a new instance of the ApiIssueCommentGetHeaders class.

ApiIssueCommentGetHeaders()

Initializes a new instance of the ApiIssueCommentGetHeaders class.

public ApiIssueCommentGetHeaders ();
Public Sub New ()

Applies to

ApiIssueCommentGetHeaders(String)

Initializes a new instance of the ApiIssueCommentGetHeaders class.

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