AzureActiveDirectory 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
AzureActiveDirectory() |
Initializes a new instance of the AzureActiveDirectory class. |
AzureActiveDirectory(Nullable<Boolean>, AzureActiveDirectoryRegistration, AzureActiveDirectoryLogin, AzureActiveDirectoryValidation, Nullable<Boolean>) |
Initializes a new instance of the AzureActiveDirectory class. |
AzureActiveDirectory()
Initializes a new instance of the AzureActiveDirectory class.
public AzureActiveDirectory ();
Public Sub New ()
Applies to
AzureActiveDirectory(Nullable<Boolean>, AzureActiveDirectoryRegistration, AzureActiveDirectoryLogin, AzureActiveDirectoryValidation, Nullable<Boolean>)
Initializes a new instance of the AzureActiveDirectory class.
public AzureActiveDirectory (bool? enabled = default, Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryRegistration registration = default, Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryLogin login = default, Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryValidation validation = default, bool? isAutoProvisioned = default);
new Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectory : Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryRegistration * Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryLogin * Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryValidation * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectory
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional registration As AzureActiveDirectoryRegistration = Nothing, Optional login As AzureActiveDirectoryLogin = Nothing, Optional validation As AzureActiveDirectoryValidation = Nothing, Optional isAutoProvisioned As Nullable(Of Boolean) = Nothing)
Parameters
<code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.
- registration
- AzureActiveDirectoryRegistration
The configuration settings of the Azure Active Directory app registration.
The configuration settings of the Azure Active Directory login flow.
- validation
- AzureActiveDirectoryValidation
The configuration settings of the Azure Active Directory token validation flow.
Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property.
Applies to
Azure SDK for .NET