Update Default Parameter Set
This commit is contained in:
@@ -12,16 +12,16 @@ Creates and returns a VPG Settings Identifier either for an existing VPG or a ne
|
|||||||
|
|
||||||
## SYNTAX
|
## SYNTAX
|
||||||
|
|
||||||
### existingVpg
|
### newVpg (Default)
|
||||||
```
|
|
||||||
New-ZertoVpgSettingsIdentifier -vpgIdentifier <String> [-WhatIf] [-Confirm] [<CommonParameters>]
|
|
||||||
```
|
|
||||||
|
|
||||||
### newVpg
|
|
||||||
```
|
```
|
||||||
New-ZertoVpgSettingsIdentifier [-newVpg] [-WhatIf] [-Confirm] [<CommonParameters>]
|
New-ZertoVpgSettingsIdentifier [-newVpg] [-WhatIf] [-Confirm] [<CommonParameters>]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### existingVpg
|
||||||
|
```
|
||||||
|
New-ZertoVpgSettingsIdentifier -vpgIdentifier <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
|
||||||
|
```
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
Creates and returns a VPG Settings Identifier either for an existing VPG or a new VPG.
|
Creates and returns a VPG Settings Identifier either for an existing VPG or a new VPG.
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ If a vpgIdentifier is not provided, a new VPG settings object is created without
|
|||||||
This would be used for creating a new VPG from scratch.
|
This would be used for creating a new VPG from scratch.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
Type: String
|
Type: String[]
|
||||||
Parameter Sets: existingVpg
|
Parameter Sets: existingVpg
|
||||||
Aliases: vpgId
|
Aliases: vpgId
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ Accept wildcard characters: False
|
|||||||
```
|
```
|
||||||
|
|
||||||
### CommonParameters
|
### 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).
|
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).
|
||||||
|
|
||||||
## INPUTS
|
## INPUTS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user