Get-AzBillingPeriod
Factureringsperioden van het abonnement ophalen.
Notitie
Dit is de vorige versie van onze documentatie. Raadpleeg de meest recente versie voor actuele informatie.
Syntax
Get-AzBillingPeriod
[-MaxCount <Int32>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzBillingPeriod
-Name <System.Collections.Generic.List`1[System.String]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Get-AzBillingPeriod haalt factureringsperioden van het abonnement op.
Voorbeelden
Voorbeeld 1
Get-AzBillingPeriod
Haal alle beschikbare factureringsperioden van het abonnement op.
Voorbeeld 2
Get-AzBillingPeriod -Name 201704-1
Haal de factureringsperiode van het abonnement op met de opgegeven naam.
Voorbeeld 3
Get-AzBillingPeriod -MaxCount 2
Haal maximaal 2 factureringsperioden van het abonnement op.
Parameters
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 |
Bepaal het maximum aantal records dat moet worden geretourneerd.
| Type: | Nullable<T>[Int32] |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
De naam van een specifieke factureringsperiode die u wilt ophalen.
| Type: | List<T>[String] |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Invoerwaarden
None