AADObject 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
AADObject() | |
AADObject(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>, String) |
AADObject()
public AADObject ();
Public Sub New ()
Applies to
AADObject(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>, String)
public AADObject (string objectId = default, string objectType = default, string displayName = default, string userPrincipalName = default, string mail = default, bool? mailEnabled = default, bool? securityEnabled = default, string signInName = default, System.Collections.Generic.IList<string> servicePrincipalNames = default, string userType = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject : string * string * string * string * string * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject
Public Sub New (Optional objectId As String = Nothing, Optional objectType As String = Nothing, Optional displayName As String = Nothing, Optional userPrincipalName As String = Nothing, Optional mail As String = Nothing, Optional mailEnabled As Nullable(Of Boolean) = Nothing, Optional securityEnabled As Nullable(Of Boolean) = Nothing, Optional signInName As String = Nothing, Optional servicePrincipalNames As IList(Of String) = Nothing, Optional userType As String = Nothing)
Parameters
- objectId
- String
- objectType
- String
- displayName
- String
- userPrincipalName
- String
- String
- signInName
- String
- userType
- String