次の方法で共有


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>

承認が同意されているかどうかを示す値。

適用対象