GatewayCreateOrUpdateHeaders Constructors

Definition

Overloads

GatewayCreateOrUpdateHeaders()

Initializes a new instance of the GatewayCreateOrUpdateHeaders class.

GatewayCreateOrUpdateHeaders(String)

Initializes a new instance of the GatewayCreateOrUpdateHeaders class.

GatewayCreateOrUpdateHeaders()

Initializes a new instance of the GatewayCreateOrUpdateHeaders class.

public GatewayCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

GatewayCreateOrUpdateHeaders(String)

Initializes a new instance of the GatewayCreateOrUpdateHeaders class.

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