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

ProviderConsentDefinition 构造函数

定义

重载

ProviderConsentDefinition()

初始化 ProviderConsentDefinition 类的新实例。

ProviderConsentDefinition(Nullable<Boolean>)

初始化 ProviderConsentDefinition 类的新实例。

ProviderConsentDefinition()

初始化 ProviderConsentDefinition 类的新实例。

public ProviderConsentDefinition ();
Public Sub New ()

适用于

ProviderConsentDefinition(Nullable<Boolean>)

初始化 ProviderConsentDefinition 类的新实例。

public ProviderConsentDefinition (bool? consentToAuthorization = default);
new Microsoft.Azure.Management.ResourceManager.Models.ProviderConsentDefinition : Nullable<bool> -> Microsoft.Azure.Management.ResourceManager.Models.ProviderConsentDefinition
Public Sub New (Optional consentToAuthorization As Nullable(Of Boolean) = Nothing)

参数

consentToAuthorization
Nullable<Boolean>

一个 值,该值指示是否同意授权。

适用于