Share via


ApiPolicyGetEntityTagHeaders Constructors

Definition

Overloads

ApiPolicyGetEntityTagHeaders()

Initializes a new instance of the ApiPolicyGetEntityTagHeaders class.

ApiPolicyGetEntityTagHeaders(String)

Initializes a new instance of the ApiPolicyGetEntityTagHeaders class.

ApiPolicyGetEntityTagHeaders()

Initializes a new instance of the ApiPolicyGetEntityTagHeaders class.

public ApiPolicyGetEntityTagHeaders ();
Public Sub New ()

Applies to

ApiPolicyGetEntityTagHeaders(String)

Initializes a new instance of the ApiPolicyGetEntityTagHeaders class.

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