共用方式為


Get-AzRestorePoint

取得還原點的命令

語法

Get-AzRestorePoint
   [-ResourceGroupName] <String>
   [-RestorePointCollectionName] <String>
   [-Name] <String>
   [-InstanceView]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

取得還原點的命令

範例

範例 1

Get-AzRestorePoint -ResourceGroupName <String> -RestorePointCollectionName <String> -Name <String>

取得還原點

參數

-DefaultProfile

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

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

-InstanceView

資源的 InstanceView

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

輸入

String

輸出

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