StorageAccounts interface
StorageAccounts を表すインターフェイス。
メソッド
begin |
新しい StorageAccount を作成するか、デバイス上の既存の StorageAccount を更新します。 |
begin |
新しい StorageAccount を作成するか、デバイス上の既存の StorageAccount を更新します。 |
begin |
Data Box Edge/Data Box Gateway デバイスの StorageAccount を削除します。 |
begin |
Data Box Edge/Data Box Gateway デバイスの StorageAccount を削除します。 |
get(string, string, string, Storage |
StorageAccount を名前で取得します。 |
list |
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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
options パラメーター。
戻り値
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 パラメーター。