Get-AzBillingAccount

Factureringsaccounts ophalen.

Notitie

Dit is de vorige versie van onze documentatie. Raadpleeg de meest recente versie voor actuele informatie.

Syntax

Get-AzBillingAccount
   [-IncludeAddress]
   [-ExpandBillingProfile]
   [-ExpandInvoiceSection]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzBillingAccount
   -Name <System.Collections.Generic.List`1[System.String]>
   [-IncludeAddress]
   [-ExpandBillingProfile]
   [-ExpandInvoiceSection]
   [-ListEntitiesToCreateSubscription]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

De cmdlet Get-AzBillingAccount haalt factureringsaccounts op, de gebruiker heeft toegang tot.

Voorbeelden

Voorbeeld 1

Get-AzBillingAccount

Alle factureringsaccounts ophalen die de gebruiker toegang heeft.

Voorbeeld 2

Get-AzBillingAccount -Name 00000000-0000-0000-0000-000000000000

Haal het factureringsaccount op met de opgegeven naam.

Voorbeeld 3

Get-AzBillingAccount -IncludeAddress

Haal alle factureringsaccounts op waar de gebruiker toegang toe heeft en neem het adres op in het resultaat.

Voorbeeld 4

Get-AzBillingAccount -ExpandBillingProfile

Haal alle factureringsaccounts op waar de gebruiker toegang toe heeft en neem de factureringsprofielen op in het resultaat.

Voorbeeld 5

Get-AzBillingAccount -ExpandInvoiceSection

Haal alle factureringsaccounts op waar de gebruiker toegang toe heeft en neem de factureringsprofielen en factuursecties eronder op in het resultaat.

Voorbeeld 6

Get-AzBillingAccount -ExpandInvoiceSection -IncludeAddress -ExpandBillingProfile -Name 00000000-0000-0000-0000-000000000000

Haal de factureringsrekening op met de opgegeven naam en neem het adres, de factureringsprofielen en de factuursecties eronder op in het resultaat.

Parameters

-DefaultProfile

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
-ExpandBillingProfile

Neem de factureringsprofielen op onder het factureringsaccount.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-ExpandInvoiceSection

Neem de factureringsprofielen onder factureringsrekening en factuursecties eronder op.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-IncludeAddress

Neem het adres van de factureringsrekening op.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-ListEntitiesToCreateSubscription

Vermeld de factureringsentiteiten onder de factureringsrekening die kunnen worden gebruikt als invoer voor het maken van een abonnement.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Name

Naam van een specifieke factureringsrekening.

Type:List<T>[String]
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

None

Uitvoerwaarden

PSBillingAccount