Get-AzInvoiceSection
Hämta fakturaavsnitt.
Anteckning
Det här är den tidigare versionen av vår dokumentation. Se den senaste versionen för uppdaterad information.
Syntax
Get-AzInvoiceSection
-BillingAccountName <String>
-BillingProfileName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzInvoiceSection
-BillingAccountName <String>
-BillingProfileName <String>
-Name <System.Collections.Generic.List`1[System.String]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzInvoiceSection hämtar fakturaavsnitt under den angivna faktureringsprofilen.
Exempel
Exempel 1
Get-AzInvoiceSection -BillingAccountName 00000000-0000-0000-0000-000000000000 -BillingProfileName AAAA-0A00-AAA-ZZZ
Hämta alla fakturaavsnitt under den angivna faktureringsprofilen.
Exempel 2
Get-AzInvoiceSection -BillingAccountName 00000000-0000-0000-0000-000000000000 -BillingProfileName AAAA-0A00-AAA-ZZZ -Name BBBB-0A00-BBB-ZZZ
Hämta fakturaavsnittet med det angivna namnet.
Parametrar
-BillingAccountName
Namnet på det specifika faktureringskontot.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-BillingProfileName
Namnet på den specifika faktureringsprofilen.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-DefaultProfile
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 |
-Name
Namnet på ett specifikt fakturaavsnitt.
| Type: | List<T>[String] |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Indata
None