Suspend-PartnerAzureSubscription

Suspends an Azure subscription that is part of an Azure Plan.

Syntax

Suspend-PartnerAzureSubscription
       -CustomerId <String>
       -SubscriptionId <String>
       [<CommonParameters>]

Description

Suspends an Azure subscription that is part of an Azure Plan.

Examples

Example 1

PS C:\> Suspend-PartnerAzureSubscription -CustomerId 'bc79422f-ba9c-46ce-99bf-d747d4721466' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'

Suspends an Azure subscription that is part of an Azure Plan.

Parameters

-CustomerId

The identifier of the customer.

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

-SubscriptionId

The identifier of the subscription.

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

Inputs

None

Outputs

System.String