New-AzRestorePointCollection
建立新的還原點集合
語法
New-AzRestorePointCollection
[-ResourceGroupName] <String>
[-Name] <String>
[-SourceId] <String>
[-Location <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzRestorePointCollection
[-ResourceGroupName] <String>
[-Name] <String>
[[-SourceId] <String>]
[-RestorePointCollectionId] <String>
-Location <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
建立新的還原點集合
範例
範例 1
New-AzRestorePointCollection -ResourceGroupName <String> -Name <String> -VmId <String>
使用 VM 識別碼建立新的還原點集合。
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Location
用來建立這個還原點集合的來源資源位置。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
資源名稱
類型: | String |
別名: | RestorePointCollectionName |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
資源組名
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-RestorePointCollectionId
來源 RestorePoint 集合的 ARM 識別碼
類型: | String |
Position: | 3 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-SourceId
用來建立此還原點集合之來源資源的資源標識符。
類型: | String |
別名: | VmId |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
輸出
Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection