Get-AzBillingBenefitsSavingsPlanOrderAlias
Get a savings plan.
PowerShell
Get-AzBillingBenefitsSavingsPlanOrderAlias
-Name <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
PowerShell
Get-AzBillingBenefitsSavingsPlanOrderAlias
-InputObject <IBillingBenefitsIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get a savings plan.
PowerShell
Get-AzBillingBenefitsSavingsPlanOrderAlias -Name "PSTest2"
Name DisplayName SkuName CommitmentAmount CommitmentCurrencyCode CommitmentGrain SavingsPlanOrderId
---- ----------- ------- ---------------- ---------------------- --------------- ------------------
PSTest2 PSTest2 Compute_Savings_Plan 0.001 USD Hourly /providers/Microsoft.BillingBenefits/savingsPlanOrders/ae177258-5b5c-4027-b46a-2d79d1…
Get a savings plan order alias.
PowerShell
$identity = @{
SavingsPlanOrderAliasName = "PSTest2"
}
$response = Get-AzBillingBenefitsSavingsPlanOrderAlias -InputObject $identity
Name DisplayName SkuName CommitmentAmount CommitmentCurrencyCode CommitmentGrain SavingsPlanOrderId
---- ----------- ------- ---------------- ---------------------- --------------- ------------------
PSTest2 PSTest2 Compute_Savings_Plan 0.001 USD Hourly /providers/Microsoft.BillingBenefits/savingsPlanOrders/ae177258-5b5c-4027-b46a-2d79d1…
Get a savings plan order alias via identity.
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IBillingBenefitsIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Name of the savings plan order alias
Type: | String |
Aliases: | SavingsPlanOrderAliasName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell feedback
Azure PowerShell is an open source project. Select a link to provide feedback: