UserBase 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
UserBase() | |
UserBase(IDictionary<String,Object>, String, String, String, String, String) |
UserBase()
public UserBase ();
Public Sub New ()
Applies to
UserBase(IDictionary<String,Object>, String, String, String, String, String)
public UserBase (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string immutableId = default, string usageLocation = default, string givenName = default, string surname = default, string userType = default);
new Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.UserBase : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * string -> Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.UserBase
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional immutableId As String = Nothing, Optional usageLocation As String = Nothing, Optional givenName As String = Nothing, Optional surname As String = Nothing, Optional userType As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- immutableId
- String
- usageLocation
- String
- givenName
- String
- surname
- String
- userType
- String