< Back

Get-AzureStorageQueue

Sun Jan 12, 2020 4:27 pm

NAME Get-AzureStorageQueue



SYNTAX

Get-AzureStorageQueue [[-Name] <string>] [-Context <IStorageContext>] [<CommonParameters>]



Get-AzureStorageQueue -Prefix <string> [-Context <IStorageContext>] [<CommonParameters>]





PARAMETERS

-Context <IStorageContext>

Azure Storage Context Object



Required? false

Position? Named

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Name <string>

Queue name



Required? false

Position? 0

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name QueueName

Aliases N, Queue

Dynamic? false



-Prefix <string>

Queue Prefix



Required? true

Position? Named

Accept pipeline input? false

Parameter set name QueuePrefix

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

System.String

Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext





OUTPUTS

Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue





ALIASES

None





REMARKS

None