ADGroupInner 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
ADGroupInner() |
Initializes a new instance of the ADGroupInner class. |
ADGroupInner(IDictionary<String,Object>, String, Nullable<DateTime>, String, Nullable<Boolean>, String, Nullable<Boolean>, String) |
Initializes a new instance of the ADGroupInner class. |
ADGroupInner()
Initializes a new instance of the ADGroupInner class.
public ADGroupInner ();
Public Sub New ()
Applies to
ADGroupInner(IDictionary<String,Object>, String, Nullable<DateTime>, String, Nullable<Boolean>, String, Nullable<Boolean>, String)
Initializes a new instance of the ADGroupInner class.
public ADGroupInner (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string objectId = default, DateTime? deletionTimestamp = default, string displayName = default, bool? mailEnabled = default, string mailNickname = default, bool? securityEnabled = default, string mail = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ADGroupInner : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<DateTime> * string * Nullable<bool> * string * Nullable<bool> * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ADGroupInner
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional objectId As String = Nothing, Optional deletionTimestamp As Nullable(Of DateTime) = Nothing, Optional displayName As String = Nothing, Optional mailEnabled As Nullable(Of Boolean) = Nothing, Optional mailNickname As String = Nothing, Optional securityEnabled As Nullable(Of Boolean) = Nothing, Optional mail As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- objectId
- String
The object ID.
- displayName
- String
The display name of the group.
Whether the group is mail-enabled. Must be false. This is because only pure security groups can be created using the Graph API.
- mailNickname
- String
The mail alias for the group.
- String
The primary email address of the group.