共用方式為


Get-AzureStorSimpleFailoverVolumeContainers

取得裝置故障轉移的磁碟區容器群組。

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

Get-AzureStorSimpleFailoverVolumeContainers
   -DeviceId <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]
Get-AzureStorSimpleFailoverVolumeContainers
   -DeviceName <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

Get-AzureStorSimpleFailoverVolumeContainers Cmdlet 會取得裝置故障轉移的磁碟區容器群組。 將單一 VolumeContainer 群組或 VolumeContainer 群組陣列傳遞至 Start-AzureStorSimpleDeviceFailover Cmdlet。 只有isDCGroupEligibleForDR屬性值為 $True的群組才有資格進行故障轉移。

範例

範例 1:取得故障轉移磁碟區容器

PS C:\>Get-AzureStorSimpleFailoverVolumeContainers -DeviceName "ChewD_App7"

DCGroup                    IneligibilityMessage          IsDCGroupEligibleForDR
-------                    --------------------          ----------------------
{VolumeContainer1889078...                                                 True
{VC_01}                    No cloud snapshot found                        False
{VolumeContainer7306959}   No cloud snapshot found                        False
{VolumeContainer407850151} No cloud snapshot found                        False

此命令會取得故障轉移磁碟區容器。 只有 isDCGroupEligibleForDR 屬性值為 $True 的 DCGroup 可用於裝置故障轉移。

參數

-DeviceId

指定要在其中執行 Cmdlet 之 StorSimple 裝置的實例識別碼。

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

-DeviceName

指定要在其中執行 Cmdlet 的 StorSimple 裝置名稱。

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

-Profile

指定 Azure 設定檔。

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

輸出

IList\<DataContainerGroup\>

此 Cmdlet 會傳回 VolumeContainer 群組的清單