Aracılığıyla paylaş


ApiGetEntityTagHeaders Constructors

Definition

Overloads

ApiGetEntityTagHeaders()

Initializes a new instance of the ApiGetEntityTagHeaders class.

ApiGetEntityTagHeaders(String)

Initializes a new instance of the ApiGetEntityTagHeaders class.

ApiGetEntityTagHeaders()

Initializes a new instance of the ApiGetEntityTagHeaders class.

public ApiGetEntityTagHeaders ();
Public Sub New ()

Applies to

ApiGetEntityTagHeaders(String)

Initializes a new instance of the ApiGetEntityTagHeaders class.

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