Remove-AzsPlanFromOffer
Unlink a plan from an offer.
Syntax
Remove-AzsPlanFromOffer
-PlanName <String>
-OfferName <String>
-ResourceGroupName <String>
[-PlanLinkType <String>]
[-MaxAcquisitionCount <Int64>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Unlink a plan from an offer.
Examples
-------------------------- EXAMPLE 1 --------------------------
Remove-AzsPlanToOffer -Offer offer1 -PlanName plan1 -ResourceGroup rg1
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Flag to remove the item without confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MaxAcquisitionCount
The maximum acquisition count by subscribers
Type: | Int64 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OfferName
Name of an offer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PlanLinkType
Type of the plan link.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PlanName
Name of the plan.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The resource group the resource is located under.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |