Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 1.91 KB

Suspend-PartnerAzureSubscription.md

File metadata and controls

78 lines (56 loc) · 1.91 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

Suspend-PartnerAzureSubscription

SYNOPSIS

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 '3bf8bf31-8410-4dd6-87ba-eef5fd56e32b'

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

PARAMETERS

-CustomerId

The identifier of the customer.

Type: String
Parameter Sets: (All)
Aliases:

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

-SubscriptionId

The identifier of the subscription.

Type: String
Parameter Sets: (All)
Aliases:

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

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.

INPUTS

None

OUTPUTS

System.String

NOTES

RELATED LINKS