LoggerGetEntityTagHeaders Constructors

Definition

Overloads

LoggerGetEntityTagHeaders()

Initializes a new instance of the LoggerGetEntityTagHeaders class.

LoggerGetEntityTagHeaders(String)

Initializes a new instance of the LoggerGetEntityTagHeaders class.

LoggerGetEntityTagHeaders()

Initializes a new instance of the LoggerGetEntityTagHeaders class.

public LoggerGetEntityTagHeaders ();
Public Sub New ()

Applies to

LoggerGetEntityTagHeaders(String)

Initializes a new instance of the LoggerGetEntityTagHeaders class.

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