次の方法で共有


StorageAccounts interface

StorageAccounts を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, StorageAccount, StorageAccountsCreateOrUpdateOptionalParams)

新しい StorageAccount を作成するか、デバイス上の既存の StorageAccount を更新します。

beginCreateOrUpdateAndWait(string, string, string, StorageAccount, StorageAccountsCreateOrUpdateOptionalParams)

新しい StorageAccount を作成するか、デバイス上の既存の StorageAccount を更新します。

beginDelete(string, string, string, StorageAccountsDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスの StorageAccount を削除します。

beginDeleteAndWait(string, string, string, StorageAccountsDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスの StorageAccount を削除します。

get(string, string, string, StorageAccountsGetOptionalParams)

名前で StorageAccount を取得します。

listByDataBoxEdgeDevice(string, string, StorageAccountsListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway デバイス内のすべての StorageAccount を一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, StorageAccount, StorageAccountsCreateOrUpdateOptionalParams)

新しい StorageAccount を作成するか、デバイス上の既存の StorageAccount を更新します。

function beginCreateOrUpdate(deviceName: string, storageAccountName: string, resourceGroupName: string, storageAccount: StorageAccount, options?: StorageAccountsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccount>, StorageAccount>>

パラメーター

deviceName

string

デバイス名。

storageAccountName

string

StorageAccount 名。

resourceGroupName

string

リソース グループ名。

storageAccount
StorageAccount

StorageAccount プロパティ。

options
StorageAccountsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageAccount>, StorageAccount>>

beginCreateOrUpdateAndWait(string, string, string, StorageAccount, StorageAccountsCreateOrUpdateOptionalParams)

新しい StorageAccount を作成するか、デバイス上の既存の StorageAccount を更新します。

function beginCreateOrUpdateAndWait(deviceName: string, storageAccountName: string, resourceGroupName: string, storageAccount: StorageAccount, options?: StorageAccountsCreateOrUpdateOptionalParams): Promise<StorageAccount>

パラメーター

deviceName

string

デバイス名。

storageAccountName

string

StorageAccount 名。

resourceGroupName

string

リソース グループ名。

storageAccount
StorageAccount

StorageAccount プロパティ。

options
StorageAccountsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<StorageAccount>

beginDelete(string, string, string, StorageAccountsDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスの StorageAccount を削除します。

function beginDelete(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: StorageAccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

deviceName

string

デバイス名。

storageAccountName

string

StorageAccount 名。

resourceGroupName

string

リソース グループ名。

options
StorageAccountsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, StorageAccountsDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスの StorageAccount を削除します。

function beginDeleteAndWait(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>

パラメーター

deviceName

string

デバイス名。

storageAccountName

string

StorageAccount 名。

resourceGroupName

string

リソース グループ名。

options
StorageAccountsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, StorageAccountsGetOptionalParams)

名前で StorageAccount を取得します。

function get(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: StorageAccountsGetOptionalParams): Promise<StorageAccount>

パラメーター

deviceName

string

デバイス名。

storageAccountName

string

ストレージ アカウント名。

resourceGroupName

string

リソース グループ名。

options
StorageAccountsGetOptionalParams

オプション パラメーター。

戻り値

Promise<StorageAccount>

listByDataBoxEdgeDevice(string, string, StorageAccountsListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway デバイス内のすべての StorageAccount を一覧表示します。

function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: StorageAccountsListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<StorageAccount, StorageAccount[], PageSettings>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
StorageAccountsListByDataBoxEdgeDeviceOptionalParams

オプション パラメーター。

戻り値