Compartilhar via


TermsOfServiceProperties Construtores

Definição

Sobrecargas

TermsOfServiceProperties()

Inicializa uma nova instância da classe TermsOfServiceProperties.

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

Inicializa uma nova instância da classe TermsOfServiceProperties.

TermsOfServiceProperties()

Inicializa uma nova instância da classe TermsOfServiceProperties.

public TermsOfServiceProperties ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

text
String

Um texto de termos de serviço.

enabled
Nullable<Boolean>

Exibir termos de serviço durante um processo de inscrição.

consentRequired
Nullable<Boolean>

Peça consentimento ao usuário para os termos de serviço.

Aplica-se a