SiteAuthSettingsV2 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
SiteAuthSettingsV2() |
Initializes a new instance of the SiteAuthSettingsV2 class. |
SiteAuthSettingsV2(String, String, String, String, AuthPlatform, GlobalValidation, IdentityProviders, Login, HttpSettings) |
Initializes a new instance of the SiteAuthSettingsV2 class. |
SiteAuthSettingsV2()
Initializes a new instance of the SiteAuthSettingsV2 class.
public SiteAuthSettingsV2 ();
Public Sub New ()
Applies to
SiteAuthSettingsV2(String, String, String, String, AuthPlatform, GlobalValidation, IdentityProviders, Login, HttpSettings)
Initializes a new instance of the SiteAuthSettingsV2 class.
public SiteAuthSettingsV2 (string id = default, string name = default, string kind = default, string type = default, Microsoft.Azure.Management.WebSites.Models.AuthPlatform platform = default, Microsoft.Azure.Management.WebSites.Models.GlobalValidation globalValidation = default, Microsoft.Azure.Management.WebSites.Models.IdentityProviders identityProviders = default, Microsoft.Azure.Management.WebSites.Models.Login login = default, Microsoft.Azure.Management.WebSites.Models.HttpSettings httpSettings = default);
new Microsoft.Azure.Management.WebSites.Models.SiteAuthSettingsV2 : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.AuthPlatform * Microsoft.Azure.Management.WebSites.Models.GlobalValidation * Microsoft.Azure.Management.WebSites.Models.IdentityProviders * Microsoft.Azure.Management.WebSites.Models.Login * Microsoft.Azure.Management.WebSites.Models.HttpSettings -> Microsoft.Azure.Management.WebSites.Models.SiteAuthSettingsV2
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional platform As AuthPlatform = Nothing, Optional globalValidation As GlobalValidation = Nothing, Optional identityProviders As IdentityProviders = Nothing, Optional login As Login = Nothing, Optional httpSettings As HttpSettings = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- platform
- AuthPlatform
The configuration settings of the platform of App Service Authentication/Authorization.
- globalValidation
- GlobalValidation
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
- identityProviders
- IdentityProviders
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
- login
- Login
The configuration settings of the login flow of users using App Service Authentication/Authorization.
- httpSettings
- HttpSettings
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
Applies to
Azure SDK for .NET