New-AddonPlanDefinitionObject
Contains the name of the desired plan to be linked or unlinked from an offer.
Syntax
Default (Default)
New-AddonPlanDefinitionObject
[[-PlanId] <String>]
[[-MaxAcquisitionCount] <Int64>]
[<CommonParameters>]
Description
Contains the name of the desired plan to be linked or unlinked from an offer.
Examples
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Parameters
-MaxAcquisitionCount
Maximum number of instances that can be acquired by a single subscription. If not specified, the assumed value is 1.
Parameter properties
| Type: | Int64 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 2 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-PlanId
Plan identifier.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.