SecurityGroupDescription 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.
Represents a description of a security group.
public sealed class SecurityGroupDescription
type SecurityGroupDescription = class
Public NotInheritable Class SecurityGroupDescription
- Inheritance
-
SecurityGroupDescription
Constructors
SecurityGroupDescription() |
Initializes a new instance of the SecurityGroupDescription class. |
Properties
DomainGroupMembers |
Gets the domain groups to be added as members to this group. |
DomainUserMembers |
Gets the domain users to be added as members to this group. |
Name |
Gets the name of the group to be created as part of environment setup for an application. |
Sid |
Gets the primary SecurityIdentifier for the SecurityGroup. |
SystemGroupMembers |
Gets the system groups to be added as members to this group. |
Applies to
Azure SDK for .NET