< Back

Set-PartnerAzureSubscription

Sat Jan 18, 2020 6:36 pm

NAME Set-PartnerAzureSubscription



SYNOPSIS

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





SYNTAX

Set-PartnerAzureSubscription -CustomerId <String> -SubscriptionId <String> -SubscriptionName <String>

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SubscriptionId <String>

The identifier of the subscription.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SubscriptionName <String>

The display name for the subscription.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.String







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Set-PartnerAzureSubscription -SubscriptionId 'fcfa52d0-c092-42e1-af3f-eb6d63197513' -SubscriptionName

'Microsoft Azure'



Updates the display name for the specified Azure subscription.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... bscription