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

Set-AzureADMSAttributeSet

更新现有属性集。

语法

Set-AzureADMSAttributeSet
   -Id <String>
   [-Description <String>]
   [-MaxAttributesPerSet <Int32>]
   [<CommonParameters>]

说明

更新 Azure Active Directory (Azure AD) ID 标识的属性集对象。

示例

示例 1

Set-AzureADMSAttributeSet -Id "Engineering" -Description "Attributes for cloud engineering team"

更新属性集。

  • 属性集:Engineering

示例 2

Set-AzureADMSAttributeSet -Id "Engineering" -MaxAttributesPerSet 20

更新属性集。

  • 属性集:Engineering

参数

-Description

属性集的说明。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-Id

属性集的名称。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-MaxAttributesPerSet

可在属性集中定义的自定义安全属性的最大数目。

类型:Int32
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

输入

String

输出

Object