GroupCreateParameters Class
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.
Request parameters for creating a new group.
public class GroupCreateParameters
type GroupCreateParameters = class
Public Class GroupCreateParameters
- Inheritance
-
GroupCreateParameters
Constructors
GroupCreateParameters() |
Initializes a new instance of the GroupCreateParameters class. |
GroupCreateParameters(String, String, IDictionary<String,Object>) |
Initializes a new instance of the GroupCreateParameters class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
DisplayName |
Gets or sets group display name |
MailEnabled |
Whether the group is mail-enabled. Must be false. This is because only pure security groups can be created using the Graph API. |
MailNickname |
Gets or sets mail nickname |
SecurityEnabled |
Whether the group is a security group. Must be true. This is because only pure security groups can be created using the Graph API. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET