Get-AzBillingProfile
Hämta faktureringsprofiler.
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
-BillingAccountName
Namnet på det specifika faktureringskontot.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ExpandInvoiceSection
Inkludera avsnitten med fakturor under faktureringsprofilen.
Typ: | SwitchParameter |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Name
Namnet på en specifik faktureringsprofil.
Typ: | List<T>[String] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
None