Aracılığıyla paylaş


ApiReleaseCreateOrUpdateHeaders Constructors

Definition

Overloads

ApiReleaseCreateOrUpdateHeaders()

Initializes a new instance of the ApiReleaseCreateOrUpdateHeaders class.

ApiReleaseCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiReleaseCreateOrUpdateHeaders class.

ApiReleaseCreateOrUpdateHeaders()

Initializes a new instance of the ApiReleaseCreateOrUpdateHeaders class.

public ApiReleaseCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

ApiReleaseCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiReleaseCreateOrUpdateHeaders class.

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