New-AzRecoveryServicesAsrProtectableItem
將實體伺服器新增至可保護項目清單。
語法
New-AzRecoveryServicesAsrProtectableItem
-ProtectionContainer <ASRProtectionContainer>
-FriendlyName <String>
-IPAddress <String>
-OSType <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
New-AzRecoveryServicesAsrProtectableItem 會將新的可保護專案新增至 ASR 網狀架構內保護容器中探索到的可保護專案清單(僅適用於 VMware 網狀架構類型)。
範例
範例 1
將實體伺服器新增至可保護項目清單。 ( 自動產生 )
New-AzRecoveryServicesAsrProtectableItem -FriendlyName XXXXXXXXXX -IPAddress $ipaddresss -OSType Windows -ProtectionContainer $pc
參數
-Confirm
在執行 Cmdlet 之前提示進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-FriendlyName
可保護專案的易記名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-IPAddress
可保護專案的IP位址。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-OSType
可保護專案的操作系統類型(Windows/Linux)。
類型: | String |
接受的值: | Windows, Linux |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ProtectionContainer
應新增可保護專案的 ASR Protection 容器物件。
類型: | ASRProtectionContainer |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |