LoginScopes 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
LoginScopes() |
Initializes a new instance of the LoginScopes class. |
LoginScopes(IList<String>) |
Initializes a new instance of the LoginScopes class. |
LoginScopes()
Initializes a new instance of the LoginScopes class.
public LoginScopes ();
Public Sub New ()
Applies to
LoginScopes(IList<String>)
Initializes a new instance of the LoginScopes class.
public LoginScopes (System.Collections.Generic.IList<string> scopes = default);
new Microsoft.Azure.Management.WebSites.Models.LoginScopes : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.LoginScopes
Public Sub New (Optional scopes As IList(Of String) = Nothing)