Get-AzStorageQueue
列出記憶體佇列。
語法
Get-AzStorageQueue
[[-Name] <String>]
[-Context <IStorageContext>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzStorageQueue
-Prefix <String>
[-Context <IStorageContext>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzStorageQueue Cmdlet 會列出與 Azure 記憶體帳戶相關聯的記憶體佇列。
範例
範例 1:列出所有 Azure 記憶體佇列
Get-AzStorageQueue
此命令會取得目前記憶體帳戶的所有記憶體佇列清單。
範例 2:使用通配符列出 Azure 記憶體佇列
Get-AzStorageQueue -Name queue*
此命令會使用通配符來取得名稱開頭為佇列的記憶體佇列清單。
範例 3:使用佇列名稱前置詞列出 Azure 記憶體佇列
Get-AzStorageQueue -Prefix "queue"
此範例會使用 Prefix 參數來取得名稱開頭為佇列的記憶體佇列清單。
參數
-Context
指定 Azure 記憶體內容。 您可以使用 New-AzStorageContext Cmdlet 來建立它。
類型: | IStorageContext |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定名稱。 如果未指定任何名稱,Cmdlet 會取得所有佇列的清單。 如果指定完整或部分名稱,Cmdlet 會取得符合名稱模式的所有佇列。
類型: | String |
別名: | N, Queue |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | True |
-Prefix
指定您要取得之佇列名稱中使用的前置詞。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |