共用方式為


New-AzRestorePoint

此 Cmdlet 可以建立新的還原點

語法

New-AzRestorePoint
   [-ResourceGroupName] <String>
   [-RestorePointCollectionName] <String>
   [-Name] <String>
   [[-Location] <String>]
   [-RestorePointId <String>]
   [-DisksToExclude <String[]>]
   [-ConsistencyMode <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

建立的新還原點

範例

範例 1

New-AzRestorePoint -ResourceGroupName "myRG" -RestorePointCollectionName "myCollection" -Name "myRestorePoint" -ConsistencyMode "CrashConsistent"

建立新的還原點

參數

-Confirm

執行 Cmdlet 之前先提示您確認。

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

-ConsistencyMode

還原點的 ConsistencyMode。 可以在建立還原點時於輸入中指定。 目前,只有 CrashConsistent 會接受為有效的輸入。 如需詳細資訊, https://aka.ms/RestorePoints 請參閱 。

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

-DefaultProfile

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

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

-DisksToExclude

客戶想要從還原點排除的磁碟資源標識碼值清單。 如果未指定任何磁碟,則會包含所有磁碟。

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

-Location

設定還原點的區域

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

-Name

還原點的名稱

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

-ResourceGroupName

此資源所屬的資源組名

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

-RestorePointCollectionName

此還原點所屬的還原點集合名稱

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

-RestorePointId

來源還原點的 ARM 識別碼

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

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

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

輸入

String

String[]

輸出

Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint