ProviderConsentDefinition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A value indicating whether authorization is consented or not.