你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ADGroup Class

Definition

[Newtonsoft.Json.JsonObject("Group")]
public class ADGroup : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.DirectoryObject
[<Newtonsoft.Json.JsonObject("Group")>]
type ADGroup = class
    inherit DirectoryObject
Public Class ADGroup
Inherits DirectoryObject
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ADGroup()
ADGroup(IDictionary<String,Object>, String, Nullable<DateTime>, String, Nullable<Boolean>, String, Nullable<Boolean>, String)

Properties

AdditionalProperties (Inherited from DirectoryObject)
DeletionTimestamp (Inherited from DirectoryObject)
DisplayName
Mail
MailEnabled
MailNickname
ObjectId (Inherited from DirectoryObject)
SecurityEnabled

Applies to