共用方式為


ApiGetHeaders Constructors

Definition

Overloads

ApiGetHeaders()

Initializes a new instance of the ApiGetHeaders class.

ApiGetHeaders(String)

Initializes a new instance of the ApiGetHeaders class.

ApiGetHeaders()

Initializes a new instance of the ApiGetHeaders class.

public ApiGetHeaders ();
Public Sub New ()

Applies to

ApiGetHeaders(String)

Initializes a new instance of the ApiGetHeaders class.

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