共用方式為


IStorageAccountsOperations Interface

Definition

StorageAccountsOperations operations.

public interface IStorageAccountsOperations
type IStorageAccountsOperations = interface
Public Interface IStorageAccountsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, StorageAccount, String, Dictionary<String,List<String>>, CancellationToken)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.

CreateOrUpdateWithHttpMessagesAsync(String, String, StorageAccount, String, Dictionary<String,List<String>>, CancellationToken)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a StorageAccount by name.

ListByDataBoxEdgeDeviceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

Extension Methods

BeginCreateOrUpdate(IStorageAccountsOperations, String, String, StorageAccount, String)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

BeginCreateOrUpdateAsync(IStorageAccountsOperations, String, String, StorageAccount, String, CancellationToken)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

BeginDelete(IStorageAccountsOperations, String, String, String)

Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.

BeginDeleteAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.

CreateOrUpdate(IStorageAccountsOperations, String, String, StorageAccount, String)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

CreateOrUpdateAsync(IStorageAccountsOperations, String, String, StorageAccount, String, CancellationToken)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

Delete(IStorageAccountsOperations, String, String, String)

Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.

DeleteAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.

Get(IStorageAccountsOperations, String, String, String)

Gets a StorageAccount by name.

GetAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Gets a StorageAccount by name.

ListByDataBoxEdgeDevice(IStorageAccountsOperations, String, String)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceAsync(IStorageAccountsOperations, String, String, CancellationToken)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceNext(IStorageAccountsOperations, String)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceNextAsync(IStorageAccountsOperations, String, CancellationToken)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

Applies to