Add-Azure Cmdlet
Azure Table Storage データを挿入します。
Syntax
Add-Azure [parameters]
Remarks
Add-Azure cmdlet を使って、SQL INSERT ステートメントに似た構文を用いて新しいAzure Table Storage レコードを作成できます。
Add-Azure -Connection $connection -Table "NorthwindProducts" -Columns @("Name") -Values @("Jon Doe")