Condividi tramite


DiagnosticCreateOrUpdateHeaders Constructors

Definition

Overloads

DiagnosticCreateOrUpdateHeaders()

Initializes a new instance of the DiagnosticCreateOrUpdateHeaders class.

DiagnosticCreateOrUpdateHeaders(String)

Initializes a new instance of the DiagnosticCreateOrUpdateHeaders class.

DiagnosticCreateOrUpdateHeaders()

Initializes a new instance of the DiagnosticCreateOrUpdateHeaders class.

public DiagnosticCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

DiagnosticCreateOrUpdateHeaders(String)

Initializes a new instance of the DiagnosticCreateOrUpdateHeaders class.

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