< Back

Get-AzureRmStreamAnalyticsQuota

Sat Jan 11, 2020 10:39 am

NAME Get-AzureRmStreamAnalyticsQuota



SYNOPSIS

Gets information about the Streaming Unit quota for a region.





SYNTAX

Get-AzureRmStreamAnalyticsQuota [-Location] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmStreamAnalyticsQuota cmdlet gets information about the Streaming Unit quota for a region.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Location <String>

Specifies the name of an Azure region or data center location for which to get Streaming Unit quota

information. See

http://azure.microsoft.com/en-us/region ... /#services for a

list of supported Azure regions.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSQuota,

Microsoft.Azure.Commands.StreamAnalytics]] Microsoft.Azure.Commands.StreamAnalytics.Models.PSQuota







NOTES









EXAMPLE 1: Get information about the Streaming Unit quota for a region



PS C:\\>Get-AzureRmStreamAnalyticsQuota -Location "West US"



This command returns information about Streaming Unit quota and usage in the West US region.







RELATED LINKS

Online Version:

https://docs.microsoft.com/en-us/powers ... yticsquota

Azure Stream Analytics Cmdlets