TagGetEntityStateHeaders Constructors

Definition

Overloads

TagGetEntityStateHeaders()

Initializes a new instance of the TagGetEntityStateHeaders class.

TagGetEntityStateHeaders(String)

Initializes a new instance of the TagGetEntityStateHeaders class.

TagGetEntityStateHeaders()

Initializes a new instance of the TagGetEntityStateHeaders class.

public TagGetEntityStateHeaders ();
Public Sub New ()

Applies to

TagGetEntityStateHeaders(String)

Initializes a new instance of the TagGetEntityStateHeaders class.

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