共用方式為


Add-CloudResource

將雲端資源新增至 VMM。

語法

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

Description

Add-CloudResource Cmdlet 會將雲端資源新增至 Virtual Machine Manager (VMM)。

參數

-CloudService

指定雲端服務物件。

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

-DeploymentCloud

指定雲端物件。

類型:Cloud
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元: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
必要:True
接受管線輸入:False
接受萬用字元:False

-ResourceName

指定雲端資源的名稱。

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

-RunREST

表示正在執行 REST API。

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

-VMMServer

指定 VMM 伺服器物件。

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