다음을 통해 공유


GatewayHostnameConfigurationGetEntityTagHeaders Constructors

Definition

Overloads

GatewayHostnameConfigurationGetEntityTagHeaders()

Initializes a new instance of the GatewayHostnameConfigurationGetEntityTagHeaders class.

GatewayHostnameConfigurationGetEntityTagHeaders(String)

Initializes a new instance of the GatewayHostnameConfigurationGetEntityTagHeaders class.

GatewayHostnameConfigurationGetEntityTagHeaders()

Initializes a new instance of the GatewayHostnameConfigurationGetEntityTagHeaders class.

public GatewayHostnameConfigurationGetEntityTagHeaders ();
Public Sub New ()

Applies to

GatewayHostnameConfigurationGetEntityTagHeaders(String)

Initializes a new instance of the GatewayHostnameConfigurationGetEntityTagHeaders class.

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