AzureActiveDirectoryLogin 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
AzureActiveDirectoryLogin() |
Initializes a new instance of the AzureActiveDirectoryLogin class. |
AzureActiveDirectoryLogin(String, String, String, String, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the AzureActiveDirectoryLogin class. |
AzureActiveDirectoryLogin()
Initializes a new instance of the AzureActiveDirectoryLogin class.
public AzureActiveDirectoryLogin ();
Public Sub New ()
Applies to
AzureActiveDirectoryLogin(String, String, String, String, Nullable<Boolean>, IList<String>)
Initializes a new instance of the AzureActiveDirectoryLogin class.
public AzureActiveDirectoryLogin (string id = default, string name = default, string kind = default, string type = default, bool? disableWWWAuthenticate = default, System.Collections.Generic.IList<string> loginParameters = default);
new Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryLogin : string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectoryLogin
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional disableWWWAuthenticate As Nullable(Of Boolean) = Nothing, Optional loginParameters As IList(Of String) = Nothing)
Parameters
- id
- System.String
Resource Id.
- name
- System.String
Resource Name.
- kind
- System.String
Kind of resource.
- type
- System.String
Resource type.
- disableWWWAuthenticate
- System.Nullable<System.Boolean>
- loginParameters
- System.Collections.Generic.IList<System.String>
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".