< Back

New-AzureStorageTable

Sun Jan 12, 2020 4:49 pm

NAME New-AzureStorageTable



SYNTAX

New-AzureStorageTable [-Name] <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? true

Position? 0

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases N, Table

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