ApiOperationGetEntityTagHeaders Constructors

Definition

Overloads

ApiOperationGetEntityTagHeaders()

Initializes a new instance of the ApiOperationGetEntityTagHeaders class.

ApiOperationGetEntityTagHeaders(String)

Initializes a new instance of the ApiOperationGetEntityTagHeaders class.

ApiOperationGetEntityTagHeaders()

Initializes a new instance of the ApiOperationGetEntityTagHeaders class.

public ApiOperationGetEntityTagHeaders ();
Public Sub New ()

Applies to

ApiOperationGetEntityTagHeaders(String)

Initializes a new instance of the ApiOperationGetEntityTagHeaders class.

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