共用方式為


IContainersOperations Interface

Definition

ContainersOperations operations.

public interface IContainersOperations
type IContainersOperations = interface
Public Interface IContainersOperations

Methods

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

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

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

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

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

Refreshes the container metadata with the data from the cloud.

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

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

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

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

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

Gets a container by name.

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

Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway device.

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

Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway device.

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

Refreshes the container metadata with the data from the cloud.

Extension Methods

BeginCreateOrUpdate(IContainersOperations, String, String, String, Container, String)

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

BeginCreateOrUpdateAsync(IContainersOperations, String, String, String, Container, String, CancellationToken)

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

BeginDelete(IContainersOperations, String, String, String, String)

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

BeginDeleteAsync(IContainersOperations, String, String, String, String, CancellationToken)

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

BeginRefresh(IContainersOperations, String, String, String, String)

Refreshes the container metadata with the data from the cloud.

BeginRefreshAsync(IContainersOperations, String, String, String, String, CancellationToken)

Refreshes the container metadata with the data from the cloud.

CreateOrUpdate(IContainersOperations, String, String, String, Container, String)

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

CreateOrUpdateAsync(IContainersOperations, String, String, String, Container, String, CancellationToken)

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

Delete(IContainersOperations, String, String, String, String)

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

DeleteAsync(IContainersOperations, String, String, String, String, CancellationToken)

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

Get(IContainersOperations, String, String, String, String)

Gets a container by name.

GetAsync(IContainersOperations, String, String, String, String, CancellationToken)

Gets a container by name.

ListByStorageAccount(IContainersOperations, String, String, String)

Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway device.

ListByStorageAccountAsync(IContainersOperations, String, String, String, CancellationToken)

Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway device.

ListByStorageAccountNext(IContainersOperations, String)

Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway device.

ListByStorageAccountNextAsync(IContainersOperations, String, CancellationToken)

Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway device.

Refresh(IContainersOperations, String, String, String, String)

Refreshes the container metadata with the data from the cloud.

RefreshAsync(IContainersOperations, String, String, String, String, CancellationToken)

Refreshes the container metadata with the data from the cloud.

Applies to