Alias and WhatIf updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user