DiagnosticGetEntityTagHeaders Constructors

Definition

Overloads

DiagnosticGetEntityTagHeaders()

Initializes a new instance of the DiagnosticGetEntityTagHeaders class.

DiagnosticGetEntityTagHeaders(String)

Initializes a new instance of the DiagnosticGetEntityTagHeaders class.

DiagnosticGetEntityTagHeaders()

Initializes a new instance of the DiagnosticGetEntityTagHeaders class.

public DiagnosticGetEntityTagHeaders ();
Public Sub New ()

Applies to

DiagnosticGetEntityTagHeaders(String)

Initializes a new instance of the DiagnosticGetEntityTagHeaders class.

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