共用方式為


Update-AzSmartGroupState

更新智慧群組狀態

語法

Update-AzSmartGroupState
      -SmartGroupId <String>
      -State <String>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzSmartGroupState
      -State <String>
      -InputObject <PSSmartGroup>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Update-AzSmartGroupState Cmdlet 會更新智慧群組狀態。

範例

範例 1

Update-AzSmartGroupState -SmartGroupId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529" -State "Acknowledged"

此 Cmdlet 會將智慧群組狀態更新為 Acknowleged。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

來自管線的輸入物件。

類型:PSSmartGroup
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-SmartGroupId

智慧群組的唯一標識碼 /智慧群組的唯一標識符。

類型:String
別名:ResourceId
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-State

已更新智慧群組狀態

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

PSSmartGroup