< Back
Get-AzureStorageTable
Post
NAME Get-AzureStorageTable
SYNOPSIS
Lists the storage tables.
SYNTAX
Get-AzureStorageTable [[-Name] <String>] [-Context <IStorageContext>] [<CommonParameters>]
Get-AzureStorageTable [-Context <IStorageContext>] -Prefix <String> [<CommonParameters>]
DESCRIPTION
The Get-AzureStorageTable cmdlet lists the storage tables associated with the storage account in Azure.
PARAMETERS
-Context <IStorageContext>
Specifies the storage context. To create it, you can use the New-AzureStorageContext cmdlet.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
-Name <String>
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.
Required? false
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? true
-Prefix <String>
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.
Required? true
Position? named
Default value None
Accept pipeline input? False
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 (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
IStorageContext
Parameter 'Context' accepts value of type 'IStorageContext' from the pipeline
String
Parameter 'Name' accepts value of type 'String' from the pipeline
OUTPUTS
Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable
NOTES
Example 1: List all Azure Storage tables
PS C:\\>Get-AzureStorageTable
This command gets all storage tables for a Storage account.
Example 2: List Azure Storage tables using a wildcard character
PS C:\\>Get-AzureStorageTable -Name table*
This command uses a wildcard character to get storage tables whose name starts with table.
Example 3: List Azure Storage tables using table name prefix
PS C:\\>Get-AzureStorageTable -Prefix "table"
This command uses the Prefix parameter to get storage tables whose name starts with table.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... oragetable
New-AzureStorageTable
Remove-AzureStorageTable
SYNOPSIS
Lists the storage tables.
SYNTAX
Get-AzureStorageTable [[-Name] <String>] [-Context <IStorageContext>] [<CommonParameters>]
Get-AzureStorageTable [-Context <IStorageContext>] -Prefix <String> [<CommonParameters>]
DESCRIPTION
The Get-AzureStorageTable cmdlet lists the storage tables associated with the storage account in Azure.
PARAMETERS
-Context <IStorageContext>
Specifies the storage context. To create it, you can use the New-AzureStorageContext cmdlet.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
-Name <String>
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.
Required? false
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? true
-Prefix <String>
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.
Required? true
Position? named
Default value None
Accept pipeline input? False
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 (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
IStorageContext
Parameter 'Context' accepts value of type 'IStorageContext' from the pipeline
String
Parameter 'Name' accepts value of type 'String' from the pipeline
OUTPUTS
Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable
NOTES
Example 1: List all Azure Storage tables
PS C:\\>Get-AzureStorageTable
This command gets all storage tables for a Storage account.
Example 2: List Azure Storage tables using a wildcard character
PS C:\\>Get-AzureStorageTable -Name table*
This command uses a wildcard character to get storage tables whose name starts with table.
Example 3: List Azure Storage tables using table name prefix
PS C:\\>Get-AzureStorageTable -Prefix "table"
This command uses the Prefix parameter to get storage tables whose name starts with table.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... oragetable
New-AzureStorageTable
Remove-AzureStorageTable