Partager via


TermsOfServiceProperties Constructeurs

Définition

Surcharges

TermsOfServiceProperties()

Initialise une nouvelle instance de la classe TermsOfServiceProperties.

TermsOfServiceProperties(String, Nullable<Boolean>, Nullable<Boolean>)

Initialise une nouvelle instance de la classe TermsOfServiceProperties.

TermsOfServiceProperties()

Initialise une nouvelle instance de la classe TermsOfServiceProperties.

public TermsOfServiceProperties ();
Public Sub New ()

S’applique à

TermsOfServiceProperties(String, Nullable<Boolean>, Nullable<Boolean>)

Initialise une nouvelle instance de la classe TermsOfServiceProperties.

public TermsOfServiceProperties (string text = default, bool? enabled = default, bool? consentRequired = default);
new Microsoft.Azure.Management.ApiManagement.Models.TermsOfServiceProperties : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.ApiManagement.Models.TermsOfServiceProperties
Public Sub New (Optional text As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional consentRequired As Nullable(Of Boolean) = Nothing)

Paramètres

text
String

Texte des conditions d’utilisation.

enabled
Nullable<Boolean>

Afficher les conditions d’utilisation pendant un processus d’inscription.

consentRequired
Nullable<Boolean>

Demandez à l’utilisateur de donner son consentement aux conditions d’utilisation.

S’applique à