共用方式為


SignInSettingsGetEntityTagHeaders Constructors

Definition

Overloads

SignInSettingsGetEntityTagHeaders()

Initializes a new instance of the SignInSettingsGetEntityTagHeaders class.

SignInSettingsGetEntityTagHeaders(String)

Initializes a new instance of the SignInSettingsGetEntityTagHeaders class.

SignInSettingsGetEntityTagHeaders()

Initializes a new instance of the SignInSettingsGetEntityTagHeaders class.

public SignInSettingsGetEntityTagHeaders ();
Public Sub New ()

Applies to

SignInSettingsGetEntityTagHeaders(String)

Initializes a new instance of the SignInSettingsGetEntityTagHeaders class.

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