Add-SPOAppPrioritizationPolicy
Adds a new SPO app prioritization Policy to your tenancy.
Note
This functionality is rolling out and might not be fully enabled in your environment yet.
Syntax
Add-SPOAppPrioritizationPolicy
-AppId <Guid>
-AzureSubscriptionId <Guid>
-ResourceGroup <String>
-Account <String>
-QuotaMultiplier <Int32>
[<CommonParameters>]
Description
This cmdlet adds a new SPO app prioritization billing policies to your tenancy. Ensure that you do not add a new billing policy to an app that already has one.
Examples
Example 1
Add-SPOAppPrioritizationPolicies -AppId 48ab2ba9-5713-47d6-88a1-f6e3a0730833 -AzureSubscriptionId 48ab1ba4-9813-47d6-88a1-f6e3a0730822 -ResourceGroup newResourceGroup -Account newAccountName -QuotaMultiplier 5
Example 1 adds the billing policy to your tenancy. It will not add the policy on invalid inputs or for apps that already have an associated policy.
Parameters
-Account
This parameter describes the account to which the billing profile of the container type is associated with.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-AppId
This parameter specifies the app ID of the application to onboard.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-AzureSubscriptionId
This parameter describes the Azure subscription ID to which the container type needs to be associated.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-QuotaMultiplier
This parameter specifies the multiplier for the scaling feature. Value must be between 2 and 10.
Type: | int |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-ResourceGroup
This parameter describes the resource group to be used for the associated container type.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |