MicrosoftGraphGroup 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
MicrosoftGraphGroup()
public MicrosoftGraphGroup ();
Public Sub New ()
Applies to
MicrosoftGraphGroup(IDictionary<String,Object>, String, Nullable<DateTime>, IList<MicrosoftGraphAppRoleAssignment>, String, String, String, Nullable<Boolean>, String, Nullable<Boolean>)
public MicrosoftGraphGroup (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, DateTime? deletedDateTime = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphAppRoleAssignment> appRoleAssignments = default, string description = default, string displayName = default, string mail = default, bool? mailEnabled = default, string mailNickname = default, bool? securityEnabled = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphGroup : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphAppRoleAssignment> * string * string * string * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphGroup
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional deletedDateTime As Nullable(Of DateTime) = Nothing, Optional appRoleAssignments As IList(Of MicrosoftGraphAppRoleAssignment) = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional mail As String = Nothing, Optional mailEnabled As Nullable(Of Boolean) = Nothing, Optional mailNickname As String = Nothing, Optional securityEnabled As Nullable(Of Boolean) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- appRoleAssignments
- IList<MicrosoftGraphAppRoleAssignment>
- description
- String
- displayName
- String
- String
- mailNickname
- String