Bagikan melalui


LoggerGetHeaders Constructors

Definition

Overloads

LoggerGetHeaders()

Initializes a new instance of the LoggerGetHeaders class.

LoggerGetHeaders(String)

Initializes a new instance of the LoggerGetHeaders class.

LoggerGetHeaders()

Initializes a new instance of the LoggerGetHeaders class.

public LoggerGetHeaders ();
Public Sub New ()

Applies to

LoggerGetHeaders(String)

Initializes a new instance of the LoggerGetHeaders class.

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