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