ApiOperationCreateOrUpdateHeaders Constructors

Definition

Overloads

ApiOperationCreateOrUpdateHeaders()

Initializes a new instance of the ApiOperationCreateOrUpdateHeaders class.

ApiOperationCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiOperationCreateOrUpdateHeaders class.

ApiOperationCreateOrUpdateHeaders()

Initializes a new instance of the ApiOperationCreateOrUpdateHeaders class.

public ApiOperationCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

ApiOperationCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiOperationCreateOrUpdateHeaders class.

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