你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TermsOfServiceProperties 构造函数

定义

重载

TermsOfServiceProperties()

初始化 TermsOfServiceProperties 类的新实例。

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

初始化 TermsOfServiceProperties 类的新实例。

TermsOfServiceProperties()

初始化 TermsOfServiceProperties 类的新实例。

public TermsOfServiceProperties ();
Public Sub New ()

适用于

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

初始化 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)

参数

text
String

服务条款文本。

enabled
Nullable<Boolean>

在注册过程中显示服务条款。

consentRequired
Nullable<Boolean>

要求用户同意服务条款。

适用于