Alias and WhatIf updates

This commit is contained in:
Wes Carroll
2019-04-17 08:50:54 -04:00
parent 8ec3293ff4
commit 9be2f09947
3 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ The service profile ID for which information should be returned.
```yaml
Type: String[]
Parameter Sets: serviceProfileId
Aliases:
Aliases: serviceProfileIdentifier
Required: False
Position: Named
+32 -2
View File
@@ -14,12 +14,12 @@ Creates and returns a VPG Settings Identifier either for an existing VPG or a ne
### existingVpg
```
New-ZertoVpgSettingsIdentifier -vpgIdentifier <String> [<CommonParameters>]
New-ZertoVpgSettingsIdentifier -vpgIdentifier <String> [-WhatIf] [-Confirm] [<CommonParameters>]
```
### newVpg
```
New-ZertoVpgSettingsIdentifier [-newVpg] [<CommonParameters>]
New-ZertoVpgSettingsIdentifier [-newVpg] [-WhatIf] [-Confirm] [<CommonParameters>]
```
## DESCRIPTION
@@ -75,6 +75,36 @@ Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -Confirm
Prompts you for confirmation before running the cmdlet.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
+1 -1
View File
@@ -49,7 +49,7 @@ Alert identifier(s) to be dismissed or undismissed.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases: alertIdentifier, identifier
Aliases: alertIdentifier, identifier, id
Required: True
Position: Named