DefaultAuthorizationPolicy 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
DefaultAuthorizationPolicy() |
Initializes a new instance of the DefaultAuthorizationPolicy class. |
DefaultAuthorizationPolicy(AllowedPrincipals, IList<String>) |
Initializes a new instance of the DefaultAuthorizationPolicy class. |
DefaultAuthorizationPolicy()
Initializes a new instance of the DefaultAuthorizationPolicy class.
public DefaultAuthorizationPolicy ();
Public Sub New ()
Applies to
DefaultAuthorizationPolicy(AllowedPrincipals, IList<String>)
Initializes a new instance of the DefaultAuthorizationPolicy class.
public DefaultAuthorizationPolicy (Microsoft.Azure.Management.WebSites.Models.AllowedPrincipals allowedPrincipals = default, System.Collections.Generic.IList<string> allowedApplications = default);
new Microsoft.Azure.Management.WebSites.Models.DefaultAuthorizationPolicy : Microsoft.Azure.Management.WebSites.Models.AllowedPrincipals * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.DefaultAuthorizationPolicy
Public Sub New (Optional allowedPrincipals As AllowedPrincipals = Nothing, Optional allowedApplications As IList(Of String) = Nothing)
Parameters
- allowedPrincipals
- AllowedPrincipals
The configuration settings of the Azure Active Directory allowed principals.
The configuration settings of the Azure Active Directory allowed applications.
Applies to
Azure SDK for .NET