다음을 통해 공유


ApiSchemaGetEntityTagHeaders Constructors

Definition

Overloads

ApiSchemaGetEntityTagHeaders()

Initializes a new instance of the ApiSchemaGetEntityTagHeaders class.

ApiSchemaGetEntityTagHeaders(String)

Initializes a new instance of the ApiSchemaGetEntityTagHeaders class.

ApiSchemaGetEntityTagHeaders()

Initializes a new instance of the ApiSchemaGetEntityTagHeaders class.

public ApiSchemaGetEntityTagHeaders ();
Public Sub New ()

Applies to

ApiSchemaGetEntityTagHeaders(String)

Initializes a new instance of the ApiSchemaGetEntityTagHeaders class.

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