Get-AzureSiteRecoveryVM
取得 Site Recovery 受控虛擬機的相關信息。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
Get-AzureSiteRecoveryVM
-ProtectionContainer <ASRProtectionContainer>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureSiteRecoveryVM
-Id <String>
-ProtectionContainer <ASRProtectionContainer>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureSiteRecoveryVM
-Id <String>
-ProtectionContainerId <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureSiteRecoveryVM
-Name <String>
-ProtectionContainer <ASRProtectionContainer>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureSiteRecoveryVM
-Name <String>
-ProtectionContainerId <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureSiteRecoveryVM
-ProtectionContainerId <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureSiteRecoveryVM Cmdlet 會取得 Azure Site Recovery 中受控虛擬機的相關信息。
範例
範例 1:取得虛擬機的相關信息
PS C:\> $ProtectionContainer = Get-AzureSiteRecoveryProtectionContainer
PS C:\> Get-AzureSiteRecoveryVM -ProtectionContainer $ProtectionContainer
ID : a205fd17-3848-4896-bab6-9dbccc3cd8ed
ServerId : 4a94c4a9-c856-4577-afbd-367fe9b3ce9c
ProtectionContainerId : 4a94c4a9-c856-4577-afbd-367fe9b3ce9c_1c513d45-645d-4ed0-b9ae-e7b869a1f7fc
Name : vm1
Type : VirtualMachine
FabricObjectId : 00001111-aaaa-2222-bbbb-3333cccc4444
Protected : False
CanCommit : False
CanFailover : True
CanReverseReplicate : False
ActiveLocation : Primary
ProtectionState : Enabled
ReplicationHealth : Healthy
TestFailoverState : None
ReplicationProvider : HyperVReplica
第一個命令會使用 Get-AzureSiteRecoveryProtectionContainer Cmdlet 來取得受保護的容器,然後將它儲存在$ProtectionContainer變數中。
第二個命令會取得$ProtectionContainer中虛擬機的相關信息。
參數
-Id
指定要取得資訊的虛擬機標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定虛擬機的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Profile
指定此 Cmdlet 從中讀取的 Azure 設定檔。 如果您未指定設定檔,此 Cmdlet 會從本機預設配置檔讀取。
類型: | AzureSMProfile |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ProtectionContainer
指定 Site Recovery 保護容器物件。
類型: | ASRProtectionContainer |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ProtectionContainerId
指定要取得資訊之受保護容器的標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |