| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/New-SPOServicePrioritizationBillingPolicy |
| applicable | SharePoint Online |
| title | New-SPOServicePrioritizationBillingPolicy |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer | speedta |
Creates a new billing policy for service prioritization in SharePoint Online.
New-SPOServicePrioritizationBillingPolicy -AzureSubscriptionId <Guid> -ResourceGroup <String>
-AzureRegion <String> -FriendlyName <String> [<CommonParameters>]
This cmdlet allows administrators to create a new billing policy for service prioritization in SharePoint Online. This cmdlet is useful for defining custom billing rules and policies for specific Azure subscriptions and resource groups.
New-SPOServicePrioritizationBillingPolicy -AzureSubscriptionId "12345678-1234-1234-1234-1234567890ab" -ResourceGroup "MyResourceGroup" -AzureRegion "EastUS" -FriendlyName "MyBillingPolicy"This example creates a new billing policy for service prioritization with the specified Azure subscription, resource group, and region.
Specifies the Azure region where the billing policy applies.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the unique identifier (GUID) of the Azure subscription associated with the billing policy.
Type: System.Guid
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies a user-friendly name for the billing policy.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the Azure resource group associated with the billing policy.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Getting started with SharePoint Online Management Shell
Add-SPOServicePrioritizationAppRegistration
Get-SPOServicePrioritizationAppRegistrations
Remove-SPOServicePrioritizationAppRegistration