TermsOfServiceProperties Constructors

Definition

Overloads

TermsOfServiceProperties()

Initializes a new instance of the TermsOfServiceProperties class.

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

Initializes a new instance of the TermsOfServiceProperties class.

TermsOfServiceProperties()

Initializes a new instance of the TermsOfServiceProperties class.

public TermsOfServiceProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TermsOfServiceProperties class.

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)

Parameters

text
String

A terms of service text.

enabled
Nullable<Boolean>

Display terms of service during a sign-up process.

consentRequired
Nullable<Boolean>

Ask user for consent to the terms of service.

Applies to