ApiIssueGetEntityTagHeaders Constructors

Definition

Overloads

ApiIssueGetEntityTagHeaders()

Initializes a new instance of the ApiIssueGetEntityTagHeaders class.

ApiIssueGetEntityTagHeaders(String)

Initializes a new instance of the ApiIssueGetEntityTagHeaders class.

ApiIssueGetEntityTagHeaders()

Initializes a new instance of the ApiIssueGetEntityTagHeaders class.

public ApiIssueGetEntityTagHeaders ();
Public Sub New ()

Applies to

ApiIssueGetEntityTagHeaders(String)

Initializes a new instance of the ApiIssueGetEntityTagHeaders class.

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