Share via


ContainersOperationsExtensions Class

Definition

Extension methods for ContainersOperations.

public static class ContainersOperationsExtensions
type ContainersOperationsExtensions = class
Public Module ContainersOperationsExtensions
Inheritance
ContainersOperationsExtensions

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