Set-SCStorageQoSPolicy
修改一个或多个存储文件服务器上的存储 QoS 策略。
语法
Set-SCStorageQoSPolicy
[-StorageQoSPolicy] <StorageQoSPolicy>
[-Name <String>]
[-Description <String>]
[-IOPSMaximum <UInt64>]
[-IOPSMinimum <UInt64>]
[-BandwidthLimitMBPS <UInt64>]
[-AddStorageFileServer <StorageFileServer[]>]
[-RemoveStorageFileServer <StorageFileServer[]>]
[-AddStorageArray <StorageArray[]>]
[-RemoveStorageArray <StorageArray[]>]
[-RepairPolicy]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
说明
Set-SCStorageQoSPolicy cmdlet 修改一个或多个存储文件服务器上的存储服务质量(QoS)策略。
参数
-AddStorageArray
类型: | StorageArray[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AddStorageFileServer
指定存储文件服务器的数组。
类型: | StorageFileServer[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-BandwidthLimitMBPS
类型: | UInt64 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Description
指定 QoS 策略的说明。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-IOPSMaximum
指定最大 IOPS。
类型: | UInt64 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-IOPSMinimum
指定最小 IOPS。
类型: | UInt64 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-JobVariable
指定在其中跟踪和存储作业进度的变量。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
指定 VMM 对象的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PROTipID
指定触发此操作的性能和资源优化提示(PRO 提示)的 ID。 此参数允许你审核 PRO 提示。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RemoveStorageArray
类型: | StorageArray[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RemoveStorageFileServer
指定存储文件服务器的数组。
类型: | StorageFileServer[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RepairPolicy
指示此操作修复指定的策略。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RunAsynchronously
指示作业以异步方式运行,以便控件立即返回到命令行界面。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StorageQoSPolicy
指定 StorageQoSPolicy 对象。
类型: | StorageQoSPolicy |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输出
StorageQoSPolicy
此 cmdlet 返回 StorageQoSPolicy 对象。