共用方式為


Set-AzureADMSAttributeSet

更新現有的屬性集。

語法

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

Description

更新 Azure Active Directory (Azure AD) 標識碼所識別的屬性集物件。

範例

範例 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