ProductPolicyGetEntityTagHeaders Constructors

Definition

Overloads

ProductPolicyGetEntityTagHeaders()

Initializes a new instance of the ProductPolicyGetEntityTagHeaders class.

ProductPolicyGetEntityTagHeaders(String)

Initializes a new instance of the ProductPolicyGetEntityTagHeaders class.

ProductPolicyGetEntityTagHeaders()

Initializes a new instance of the ProductPolicyGetEntityTagHeaders class.

public ProductPolicyGetEntityTagHeaders ();
Public Sub New ()

Applies to

ProductPolicyGetEntityTagHeaders(String)

Initializes a new instance of the ProductPolicyGetEntityTagHeaders class.

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