GroupUpdateParameters 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.
Parameters supplied to the Update Group operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class GroupUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GroupUpdateParameters = class
Public Class GroupUpdateParameters
- Inheritance
-
GroupUpdateParameters
- Attributes
Constructors
GroupUpdateParameters() |
Initializes a new instance of the GroupUpdateParameters class. |
GroupUpdateParameters(String, String, Nullable<GroupType>, String) |
Initializes a new instance of the GroupUpdateParameters class. |
Properties
Description |
Gets or sets group description. |
DisplayName |
Gets or sets group name. |
ExternalId |
Gets or sets identifier of the external groups, this property
contains the id of the group from the external identity provider,
e.g. for Azure Active Directory
|
Type |
Gets or sets group type. Possible values include: 'custom', 'system', 'external' |
Methods
Validate() |
Validate the object. |