DelegationSettingsGetEntityTagHeaders Constructors

Definition

Overloads

DelegationSettingsGetEntityTagHeaders()

Initializes a new instance of the DelegationSettingsGetEntityTagHeaders class.

DelegationSettingsGetEntityTagHeaders(String)

Initializes a new instance of the DelegationSettingsGetEntityTagHeaders class.

DelegationSettingsGetEntityTagHeaders()

Initializes a new instance of the DelegationSettingsGetEntityTagHeaders class.

public DelegationSettingsGetEntityTagHeaders ();
Public Sub New ()

Applies to

DelegationSettingsGetEntityTagHeaders(String)

Initializes a new instance of the DelegationSettingsGetEntityTagHeaders class.

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