Condividi tramite


GatewayUpdateHeaders Constructors

Definition

Overloads

GatewayUpdateHeaders()

Initializes a new instance of the GatewayUpdateHeaders class.

GatewayUpdateHeaders(String)

Initializes a new instance of the GatewayUpdateHeaders class.

GatewayUpdateHeaders()

Initializes a new instance of the GatewayUpdateHeaders class.

public GatewayUpdateHeaders ();
Public Sub New ()

Applies to

GatewayUpdateHeaders(String)

Initializes a new instance of the GatewayUpdateHeaders class.

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