Share via


BackendCreateOrUpdateHeaders Constructors

Definition

Overloads

BackendCreateOrUpdateHeaders()

Initializes a new instance of the BackendCreateOrUpdateHeaders class.

BackendCreateOrUpdateHeaders(String)

Initializes a new instance of the BackendCreateOrUpdateHeaders class.

BackendCreateOrUpdateHeaders()

Initializes a new instance of the BackendCreateOrUpdateHeaders class.

public BackendCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

BackendCreateOrUpdateHeaders(String)

Initializes a new instance of the BackendCreateOrUpdateHeaders class.

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