PolicyGetEntityTagHeaders Constructors

Definition

Overloads

PolicyGetEntityTagHeaders()

Initializes a new instance of the PolicyGetEntityTagHeaders class.

PolicyGetEntityTagHeaders(String)

Initializes a new instance of the PolicyGetEntityTagHeaders class.

PolicyGetEntityTagHeaders()

Initializes a new instance of the PolicyGetEntityTagHeaders class.

public PolicyGetEntityTagHeaders ();
Public Sub New ()

Applies to

PolicyGetEntityTagHeaders(String)

Initializes a new instance of the PolicyGetEntityTagHeaders class.

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