Set-SCStorageFabricClassification
Modifies a Fibre Channel fabric classification.
Syntax
Set-SCStorageFabricClassification
[-StorageFabricClassification] <StorageFabricClassification>
[-Name <String>]
[-Description <String>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
The Set-SCStorageFabricClassification cmdlet modifies a Fibre Channel fabric classification.
Examples
Example 1: Modify a storage fabric classification
PS C:\> $Classification = Get-SCStorageFabricClassification -Name "PROD"
PS C:\> Set-SCStorageFabricClassification -StorageFabricClassification $Classification -Name "NewName" -Description "Description"
The first command gets the storage classification object named PROD, and then stores it in the $Classification variable.
The second command applies a new name and a description to the classification object stored in $Classification.
Parameters
-Description
Specifies a description for the Fibre Channel fabric classification.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobVariable
Specifies the name of a variable in which job progress is tracked and stored.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of the new Fibre Channel fabric classification that this cmdlet modifies.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PROTipID
Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunAsynchronously
Indicates that the job runs asynchronously so that control returns to the command shell immediately.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StorageFabricClassification
Specifies a classification for storage Fibre Channel fabric that this cmdlet modifies.
Type: | StorageFabricClassification |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
StorageFabricClassification
This cmdlet returns a StorageFabricClassification object.