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

GroupCreateParameters 类

定义

提供给“创建组”操作的参数。

[Microsoft.Rest.Serialization.JsonTransformation]
public class GroupCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GroupCreateParameters = class
Public Class GroupCreateParameters
继承
GroupCreateParameters
属性

构造函数

GroupCreateParameters()

初始化 GroupCreateParameters 类的新实例。

GroupCreateParameters(String, String, Nullable<GroupType>, String)

初始化 GroupCreateParameters 类的新实例。

属性

Description

获取或设置组说明。

DisplayName

获取或设置组名称。

ExternalId

获取或设置外部组的标识符,此属性包含来自外部标识提供者的组 ID(例如,对于 Azure Active Directory aad://&amp;lt;tenant&amp;gt;.onmicrosoft.com/groups/&amp;lt;group object id&amp;gt;);否则值为 null。

Type

获取或设置组类型。 可能的值包括:“custom”、“system”、“external”

方法

Validate()

验证 对象。

适用于