Share via


ApiTagDescriptionCreateOrUpdateHeaders Constructors

Definition

Overloads

ApiTagDescriptionCreateOrUpdateHeaders()

Initializes a new instance of the ApiTagDescriptionCreateOrUpdateHeaders class.

ApiTagDescriptionCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiTagDescriptionCreateOrUpdateHeaders class.

ApiTagDescriptionCreateOrUpdateHeaders()

Initializes a new instance of the ApiTagDescriptionCreateOrUpdateHeaders class.

public ApiTagDescriptionCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

ApiTagDescriptionCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiTagDescriptionCreateOrUpdateHeaders class.

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