Get-AzBillingProfile
Hämta faktureringsprofiler.
Anteckning
Det här är den tidigare versionen av vår dokumentation. Se den senaste versionen för uppdaterad information.
Syntax
Get-AzBillingProfile
-BillingAccountName <String>
-BillingProfileName <String>
[-ExpandInvoiceSection]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzBillingProfile
-BillingAccountName <String>
-BillingProfileName <String>
-Name <System.Collections.Generic.List`1[System.String]>
[-ExpandInvoiceSection]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzBillingProfile hämtar faktureringsprofiler under det angivna faktureringskontot.
Exempel
Exempel 1
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000
Hämta alla faktureringsprofiler under det angivna faktureringskontot.
Exempel 2
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000 -Name AAAA-0A00-AAA-ZZZ
Hämta faktureringsprofilen med det angivna namnet.
Exempel 3
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000 -ExpandInvoiceSection
Hämta alla faktureringsprofiler under det angivna faktureringskontot och inkludera fakturaavsnitten i resultatet.
Exempel 4
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000 -ExpandInvoiceSection -Name <System.Collections.Generic.List`1[System.String]>
Hämta faktureringsprofilen med det angivna namnet och inkludera fakturaavsnitten i resultatet.
Parametrar
Namnet på det specifika faktureringskontot.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inkludera fakturorna under faktureringsprofilen.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Namnet på en specifik faktureringsprofil.
| Type: | List<T>[String] |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Indata
None