你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureStorSimpleFailoverVolumeContainers
获取用于设备故障转移的卷容器组。
注意
本文档中引用的 cmdlet 用于管理使用 Azure Service Manager (ASM) API 的旧式 Azure 资源。 创建新资源时,建议不要使用旧的 PowerShell 模块,因为计划将停用 ASM。 有关详细信息,请参阅 Azure Service Manager 停用。
Az PowerShell 模块是建议用于管理 PowerShell 的 Azure 资源管理器 (ARM) 资源的 PowerShell 模块。
语法
Get-AzureStorSimpleFailoverVolumeContainers
-DeviceId <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureStorSimpleFailoverVolumeContainers
-DeviceName <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
说明
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 设备的实例 ID。
类型: | 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 组的列表。