Condividi tramite


SignUpSettingsGetEntityTagHeaders Constructors

Definition

Overloads

SignUpSettingsGetEntityTagHeaders()

Initializes a new instance of the SignUpSettingsGetEntityTagHeaders class.

SignUpSettingsGetEntityTagHeaders(String)

Initializes a new instance of the SignUpSettingsGetEntityTagHeaders class.

SignUpSettingsGetEntityTagHeaders()

Initializes a new instance of the SignUpSettingsGetEntityTagHeaders class.

public SignUpSettingsGetEntityTagHeaders ();
Public Sub New ()

Applies to

SignUpSettingsGetEntityTagHeaders(String)

Initializes a new instance of the SignUpSettingsGetEntityTagHeaders class.

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