Condividi tramite


ProviderConsentDefinition Constructors

Definition

Overloads

ProviderConsentDefinition()

Initializes a new instance of the ProviderConsentDefinition class.

ProviderConsentDefinition(Nullable<Boolean>)

Initializes a new instance of the ProviderConsentDefinition class.

ProviderConsentDefinition()

Initializes a new instance of the ProviderConsentDefinition class.

public ProviderConsentDefinition ();
Public Sub New ()

Applies to

ProviderConsentDefinition(Nullable<Boolean>)

Initializes a new instance of the ProviderConsentDefinition class.

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)

Parameters

consentToAuthorization
Nullable<Boolean>

A value indicating whether authorization is consented or not.

Applies to