< Back

Get-AzureStorageTable

Sun Jan 12, 2020 4:33 pm

NAME Get-AzureStorageTable



SYNTAX

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



Get-AzureStorageTable -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>

Table name



Required? false

Position? 0

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name TableName

Aliases N, Table

Dynamic? false



-Prefix <string>

Table Prefix



Required? true

Position? Named

Accept pipeline input? false

Parameter set name TablePrefix

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.AzureStorageTable





ALIASES

None





REMARKS

None