Share via


New-AddonPlanDefinitionObject

Contains the name of the desired plan to be linked or unlinked from an offer.

Syntax

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.

Type:Int64
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PlanId

Plan identifier.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False