Get-AzStorageTable
Lists the storage tables.
Get-AzStorageTable
[[-Name] <String>]
[-Context <IStorageContext>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzStorageTable
-Prefix <String>
[-Context <IStorageContext>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
The Get-AzStorageTable cmdlet lists the storage tables associated with the storage account in Azure.
Get-AzStorageTable
This command gets all storage tables for a Storage account.
Get-AzStorageTable -Name table*
This command uses a wildcard character to get storage tables whose name starts with table.
Get-AzStorageTable -Prefix "table"
This command uses the Prefix parameter to get storage tables whose name starts with table.
Specifies the storage context. To create it, you can use the New-AzStorageContext cmdlet.
Type: | IStorageContext |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the table name. If the table name is empty, the cmdlet lists all the tables. Otherwise, it lists all tables that match the specified name or the regular name pattern.
Type: | String |
Aliases: | N, Table |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | True |
Specifies a prefix used in the name of the table or tables you want to get. You can use this to find all tables that start with the same string, such as table.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Azure PowerShell feedback
Azure PowerShell is an open source project. Select a link to provide feedback: