Freigeben über


Get-AzContainerAppBillingMeter

Rufen Sie alle billingMeters für einen Standort ab.

Syntax

Get-AzContainerAppBillingMeter
   -Location <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzContainerAppBillingMeter
   -InputObject <IAppIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Beschreibung

Rufen Sie alle billingMeters für einen Standort ab.

Beispiele

Beispiel 1: Abrufen aller billingMeters für einen Standort.

Get-AzContainerAppBillingMeter -Location eastus

Name        Location
----        --------
D4          East US
D4          East US
D4          East US
D8          East US
D8          East US
D8          East US
D16         East US
D16         East US
D16         East US
D32         East US
D32         East US
D32         East US
E4          East US
E4          East US
E4          East US
E8          East US
E8          East US
E8          East US
E16         East US
E16         East US
E16         East US
E32         East US
E32         East US
E32         East US
Consumption East US
Consumption East US
Consumption East US

Rufen Sie alle billingMeters für einen Standort ab.

Parameter

-DefaultProfile

Der Parameter DefaultProfile ist nicht funktionsfähig. Verwenden Sie den Parameter "SubscriptionId", wenn sie verfügbar ist, wenn Sie das Cmdlet für ein anderes Abonnement ausführen.

Typ:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Standardwert:None
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Typ:IAppIdentity
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:True
Accept wildcard characters:False

-Location

Der Name der Azure-Region.

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

Hierbei handelt es sich um die ID des Zielabonnements.

Typ:String[]
Position:Named
Standardwert:(Get-AzContext).Subscription.Id
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

Eingaben

IAppIdentity

Ausgaben

IBillingMeterCollection