< Back

Get-AzureStorageQueueInfo

Sun Jan 19, 2020 6:09 pm

NAME Get-AzureStorageQueueInfo



SYNTAX

Get-AzureStorageQueueInfo [-StorageAccountName] <string> [-StorageAccountKey] <string> -Name <string>

[<CommonParameters>]





PARAMETERS

-Name <string>

The name of the Microsoft Azure Storage Queue to add a message to.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-StorageAccountKey <string>



Required? true

Position? 1

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-StorageAccountName <string>



Required? true

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? 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





OUTPUTS

Microsoft.WindowsAzure.Storage.Queue.CloudQueue





ALIASES

None





REMARKS

None