Set-PartnerAzureSubscription
Updates an Azure subscription that is part of an Azure Plan.
Syntax
Default (Default)
Set-PartnerAzureSubscription
-CustomerId <String>
-SubscriptionId <String>
-SubscriptionName <String>
[<CommonParameters>]
Description
Updates an Azure subscription that is part of an Azure Plan.
Examples
Example 1
PS C:\> Set-PartnerAzureSubscription -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' -SubscriptionName 'Microsoft Azure'
Updates the display name for the specified Azure subscription.
Parameters
-CustomerId
The identifier of the customer.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-SubscriptionId
The identifier of the subscription.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-SubscriptionName
The display name for the subscription.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
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.