Aracılığıyla paylaş


TagGetByOperationHeaders Constructors

Definition

Overloads

TagGetByOperationHeaders()

Initializes a new instance of the TagGetByOperationHeaders class.

TagGetByOperationHeaders(String)

Initializes a new instance of the TagGetByOperationHeaders class.

TagGetByOperationHeaders()

Initializes a new instance of the TagGetByOperationHeaders class.

public TagGetByOperationHeaders ();
Public Sub New ()

Applies to

TagGetByOperationHeaders(String)

Initializes a new instance of the TagGetByOperationHeaders class.

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