Set-SCStorageZoneSet

修改结构区域集对象。

语法

Set-SCStorageZoneSet
   [-StorageZoneSet] <StorageZoneSet>
   [-Name <String>]
   [-Description <String>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
Set-SCStorageZoneSet
   [-Enable]
   [-StorageZoneSet] <StorageZoneSet>
   [-Name <String>]
   [-Description <String>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
Set-SCStorageZoneSet
   [-Disable]
   [-StorageZoneSet] <StorageZoneSet>
   [-Name <String>]
   [-Description <String>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]

说明

Set-SCStorageZoneSet cmdlet 修改构造区域集对象。

示例

示例 1:激活区域设置为提交挂起的更改

PS C:\> $Zoneset = Get-SCStorageZoneSet -Name "ZoneSet01"
PS C:\> Set-SCStorageZoneSet -StorageZoneSet $Zoneset -Enable

第一个命令获取名为 ZoneSet01 的区域集对象,并将该对象存储在$zoneset变量中。

第二个命令激活存储在$Zoneset中的区域集,并提交挂起的更改。

参数

-Description

指定区域集对象的说明。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-Disable

指示此操作禁用区域集。

类型:SwitchParameter
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-Enable

指示此操作启用区域集。

类型:SwitchParameter
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-JobVariable

指定在此参数命名的变量中跟踪和存储作业进度。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-Name

指定 Virtual Machine Manager (VMM) 对象的名称。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-PROTipID

指定触发此操作的性能和资源优化提示(PRO 提示)的 ID。 此参数允许你审核 PRO 提示。

类型:Guid
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-RunAsynchronously

指示作业以异步方式运行,以便控件立即返回到命令行界面。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-StorageZoneSet

指定存储区域集对象。

类型:StorageZoneSet
Position:0
默认值:None
必需:True
接受管道输入:True
接受通配符:False

输出

StorageZoneSet

此 cmdlet 返回 StorageZoneSet 对象。