Bagikan melalui


GatewayListKeysHeaders Constructors

Definition

Overloads

GatewayListKeysHeaders()

Initializes a new instance of the GatewayListKeysHeaders class.

GatewayListKeysHeaders(String)

Initializes a new instance of the GatewayListKeysHeaders class.

GatewayListKeysHeaders()

Initializes a new instance of the GatewayListKeysHeaders class.

public GatewayListKeysHeaders ();
Public Sub New ()

Applies to

GatewayListKeysHeaders(String)

Initializes a new instance of the GatewayListKeysHeaders class.

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