Aracılığıyla paylaş


TagGetEntityStateByOperationHeaders Constructors

Definition

Overloads

TagGetEntityStateByOperationHeaders()

Initializes a new instance of the TagGetEntityStateByOperationHeaders class.

TagGetEntityStateByOperationHeaders(String)

Initializes a new instance of the TagGetEntityStateByOperationHeaders class.

TagGetEntityStateByOperationHeaders()

Initializes a new instance of the TagGetEntityStateByOperationHeaders class.

public TagGetEntityStateByOperationHeaders ();
Public Sub New ()

Applies to

TagGetEntityStateByOperationHeaders(String)

Initializes a new instance of the TagGetEntityStateByOperationHeaders class.

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