ApiSchemaCreateOrUpdateHeaders Constructors

Definition

Overloads

ApiSchemaCreateOrUpdateHeaders()

Initializes a new instance of the ApiSchemaCreateOrUpdateHeaders class.

ApiSchemaCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiSchemaCreateOrUpdateHeaders class.

ApiSchemaCreateOrUpdateHeaders()

Initializes a new instance of the ApiSchemaCreateOrUpdateHeaders class.

public ApiSchemaCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

ApiSchemaCreateOrUpdateHeaders(String)

Initializes a new instance of the ApiSchemaCreateOrUpdateHeaders class.

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