GatewayApiGetEntityTagHeaders Constructors

Definition

Overloads

GatewayApiGetEntityTagHeaders()

Initializes a new instance of the GatewayApiGetEntityTagHeaders class.

GatewayApiGetEntityTagHeaders(String)

Initializes a new instance of the GatewayApiGetEntityTagHeaders class.

GatewayApiGetEntityTagHeaders()

Initializes a new instance of the GatewayApiGetEntityTagHeaders class.

public GatewayApiGetEntityTagHeaders ();
Public Sub New ()

Applies to

GatewayApiGetEntityTagHeaders(String)

Initializes a new instance of the GatewayApiGetEntityTagHeaders class.

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