다음을 통해 공유


BackendGetEntityTagHeaders Constructors

Definition

Overloads

BackendGetEntityTagHeaders()

Initializes a new instance of the BackendGetEntityTagHeaders class.

BackendGetEntityTagHeaders(String)

Initializes a new instance of the BackendGetEntityTagHeaders class.

BackendGetEntityTagHeaders()

Initializes a new instance of the BackendGetEntityTagHeaders class.

public BackendGetEntityTagHeaders ();
Public Sub New ()

Applies to

BackendGetEntityTagHeaders(String)

Initializes a new instance of the BackendGetEntityTagHeaders class.

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