PreAuthorizedApplicationExtension 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
PreAuthorizedApplicationExtension() | |
PreAuthorizedApplicationExtension(IList<String>) |
PreAuthorizedApplicationExtension()
public PreAuthorizedApplicationExtension ();
Public Sub New ()
Applies to
PreAuthorizedApplicationExtension(IList<String>)
public PreAuthorizedApplicationExtension (System.Collections.Generic.IList<string> conditions = default);
new Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplicationExtension : System.Collections.Generic.IList<string> -> Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplicationExtension
Public Sub New (Optional conditions As IList(Of String) = Nothing)