GatewayGetEntityTagHeaders Constructors

Definition

Overloads

GatewayGetEntityTagHeaders()

Initializes a new instance of the GatewayGetEntityTagHeaders class.

GatewayGetEntityTagHeaders(String)

Initializes a new instance of the GatewayGetEntityTagHeaders class.

GatewayGetEntityTagHeaders()

Initializes a new instance of the GatewayGetEntityTagHeaders class.

public GatewayGetEntityTagHeaders ();
Public Sub New ()

Applies to

GatewayGetEntityTagHeaders(String)

Initializes a new instance of the GatewayGetEntityTagHeaders class.

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