다음을 통해 공유


TagCreateOrUpdateHeaders Constructors

Definition

Overloads

TagCreateOrUpdateHeaders()

Initializes a new instance of the TagCreateOrUpdateHeaders class.

TagCreateOrUpdateHeaders(String)

Initializes a new instance of the TagCreateOrUpdateHeaders class.

TagCreateOrUpdateHeaders()

Initializes a new instance of the TagCreateOrUpdateHeaders class.

public TagCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

TagCreateOrUpdateHeaders(String)

Initializes a new instance of the TagCreateOrUpdateHeaders class.

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