TagGetEntityStateByApiHeaders Constructors

Definition

Overloads

TagGetEntityStateByApiHeaders()

Initializes a new instance of the TagGetEntityStateByApiHeaders class.

TagGetEntityStateByApiHeaders(String)

Initializes a new instance of the TagGetEntityStateByApiHeaders class.

TagGetEntityStateByApiHeaders()

Initializes a new instance of the TagGetEntityStateByApiHeaders class.

public TagGetEntityStateByApiHeaders ();
Public Sub New ()

Applies to

TagGetEntityStateByApiHeaders(String)

Initializes a new instance of the TagGetEntityStateByApiHeaders class.

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