共用方式為


Update-CloudResource

更新 VMM 中的雲端資源。

語法

Update-CloudResource
      [-CloudResource] <CloudResource>
      [-ResourceConfiguration <System.Collections.Generic.Dictionary`2[System.String,System.Object]>]
      [-Description <String>]
      [-VMMServer <ServerConnection>]
      [-ResourceDefinition <System.Collections.Generic.Dictionary`2[System.String,System.Object]>]
      [-RunREST]
      [-JobVariable <String>]
      [-OnBehalfOfUser <String>]
      [-OnBehalfOfUserRole <UserRole>]
      [<CommonParameters>]

Description

Update-CloudResource Cmdlet 會更新 Virtual Machine Manager (VMM) 中的雲端資源。

參數

-CloudResource

指定雲端資源物件。

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

-Description

指定雲端資源的描述。

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

-JobVariable

指定作業進度會追蹤並儲存在此參數所命名的變數中。

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

-OnBehalfOfUser

指定用戶名稱。 這個 Cmdlet 代表此參數指定的用戶運作。

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

-OnBehalfOfUserRole

指定使用者角色。 若要取得使用者角色,請使用 Get-SCUserRole Cmdlet。 這個 Cmdlet 代表此參數指定的使用者角色運作。

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

-ResourceConfiguration

指定資源組態物件。

類型:System.Collections.Generic.Dictionary`2[System.String,System.Object]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceDefinition

指定資源定義物件。

類型:System.Collections.Generic.Dictionary`2[System.String,System.Object]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-RunREST

表示正在執行 REST API。

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

-VMMServer

指定 VMM 伺服器物件。

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