Get-AzBillingProfile
Factureringsprofielen ophalen.
Notitie
Dit is de vorige versie van onze documentatie. Raadpleeg de meest recente versie voor actuele informatie.
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
De cmdlet Get-AzBillingProfile haalt factureringsprofielen op onder de opgegeven factureringsrekening.
Voorbeelden
Voorbeeld 1
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000
Haal alle factureringsprofielen op onder de opgegeven factureringsrekening.
Voorbeeld 2
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000 -Name AAAA-0A00-AAA-ZZZ
Haal het factureringsprofiel op met de opgegeven naam.
Voorbeeld 3
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000 -ExpandInvoiceSection
Haal alle factureringsprofielen op onder de opgegeven factureringsrekening en neem de factuursecties op in het resultaat.
Voorbeeld 4
Get-AzBillingProfile -BillingAccountName 00000000-0000-0000-0000-000000000000 -ExpandInvoiceSection -Name <System.Collections.Generic.List`1[System.String]>
Haal het factureringsprofiel op met de opgegeven naam en neem de factuursecties op in het resultaat.
Parameters
Naam van de specifieke factureringsrekening.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
De referenties, het account, de tenant en het abonnement dat wordt gebruikt voor communicatie met Azure
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Neem de factuursecties onder het factureringsprofiel op.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Naam van een specifiek factureringsprofiel.
| Type: | List<T>[String] |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Invoerwaarden
None