Share via


ApiSchemaGetHeaders Constructors

Definition

Overloads

ApiSchemaGetHeaders()

Initializes a new instance of the ApiSchemaGetHeaders class.

ApiSchemaGetHeaders(String)

Initializes a new instance of the ApiSchemaGetHeaders class.

ApiSchemaGetHeaders()

Initializes a new instance of the ApiSchemaGetHeaders class.

public ApiSchemaGetHeaders ();
Public Sub New ()

Applies to

ApiSchemaGetHeaders(String)

Initializes a new instance of the ApiSchemaGetHeaders class.

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