TermsOfServiceProperties Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET