Bagikan melalui


TagGetEntityStateByProductHeaders Constructors

Definition

Overloads

TagGetEntityStateByProductHeaders()

Initializes a new instance of the TagGetEntityStateByProductHeaders class.

TagGetEntityStateByProductHeaders(String)

Initializes a new instance of the TagGetEntityStateByProductHeaders class.

TagGetEntityStateByProductHeaders()

Initializes a new instance of the TagGetEntityStateByProductHeaders class.

public TagGetEntityStateByProductHeaders ();
Public Sub New ()

Applies to

TagGetEntityStateByProductHeaders(String)

Initializes a new instance of the TagGetEntityStateByProductHeaders class.

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