TagGetHeaders Constructors

Definition

Overloads

TagGetHeaders()

Initializes a new instance of the TagGetHeaders class.

TagGetHeaders(String)

Initializes a new instance of the TagGetHeaders class.

TagGetHeaders()

Initializes a new instance of the TagGetHeaders class.

public TagGetHeaders ();
Public Sub New ()

Applies to

TagGetHeaders(String)

Initializes a new instance of the TagGetHeaders class.

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