TagGetByApiHeaders Constructors

Definition

Overloads

TagGetByApiHeaders()

Initializes a new instance of the TagGetByApiHeaders class.

TagGetByApiHeaders(String)

Initializes a new instance of the TagGetByApiHeaders class.

TagGetByApiHeaders()

Initializes a new instance of the TagGetByApiHeaders class.

public TagGetByApiHeaders ();
Public Sub New ()

Applies to

TagGetByApiHeaders(String)

Initializes a new instance of the TagGetByApiHeaders class.

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