共用方式為


Get-AzStreamAnalyticsQuota

擷取特定區域中的訂用帳戶目前配額資訊。

語法

Get-AzStreamAnalyticsQuota
   -Location <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

擷取特定區域中的訂用帳戶目前配額資訊。

範例

範例 1:取得區域串流單位配額的相關信息

Get-AzStreamAnalyticsQuota -Location 'WestCentralUS'

Name              Type
----              ----
StreamingUnits    Microsoft.StreamAnalytics/quotas
StreamingClusters Microsoft.StreamAnalytics/quotas

此命令會傳回 WestCentralUS 區域中串流單位配額和使用方式的相關信息。

參數

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Location

要在其中擷取訂用帳戶配額信息的區域。 您可以在這裡瞭解 Azure 串流分析支援的區域: https://azure.microsoft.com/en-us/regions/

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

目標訂用帳戶的標識碼。

類型:String[]
Position:Named
預設值:(Get-AzContext).Subscription.Id
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

ISubscriptionQuota