Share via


StorageContainersOperations interface

Interface representing a StorageContainers operations.

Properties

createOrUpdate

The operation to create or update a storage container. Please note some properties can be set only during storage container creation.

delete
get

Gets a storage container

listAll

Lists all of the storage containers in the specified subscription. Use the nextLink property in the response to get the next page of storage containers.

listByResourceGroup

Lists all of the storage containers in the specified resource group. Use the nextLink property in the response to get the next page of storage containers.

update

The operation to update a storage container.

Property Details

createOrUpdate

The operation to create or update a storage container. Please note some properties can be set only during storage container creation.

createOrUpdate: (resourceGroupName: string, storageContainerName: string, resource: StorageContainer, options?: StorageContainersCreateOrUpdateOptionalParams) => PollerLike<OperationState<StorageContainer>, StorageContainer>

Property Value

(resourceGroupName: string, storageContainerName: string, resource: StorageContainer, options?: StorageContainersCreateOrUpdateOptionalParams) => PollerLike<OperationState<StorageContainer>, StorageContainer>

delete

delete: (resourceGroupName: string, storageContainerName: string, options?: StorageContainersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, storageContainerName: string, options?: StorageContainersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets a storage container

get: (resourceGroupName: string, storageContainerName: string, options?: StorageContainersGetOptionalParams) => Promise<StorageContainer>

Property Value

(resourceGroupName: string, storageContainerName: string, options?: StorageContainersGetOptionalParams) => Promise<StorageContainer>

listAll

Lists all of the storage containers in the specified subscription. Use the nextLink property in the response to get the next page of storage containers.

listAll: (options?: StorageContainersListAllOptionalParams) => PagedAsyncIterableIterator<StorageContainer, StorageContainer[], PageSettings>

Property Value

(options?: StorageContainersListAllOptionalParams) => PagedAsyncIterableIterator<StorageContainer, StorageContainer[], PageSettings>

listByResourceGroup

Lists all of the storage containers in the specified resource group. Use the nextLink property in the response to get the next page of storage containers.

listByResourceGroup: (resourceGroupName: string, options?: StorageContainersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageContainer, StorageContainer[], PageSettings>

Property Value

(resourceGroupName: string, options?: StorageContainersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageContainer, StorageContainer[], PageSettings>

update

The operation to update a storage container.

update: (resourceGroupName: string, storageContainerName: string, properties: StorageContainerTagsUpdate, options?: StorageContainersUpdateOptionalParams) => PollerLike<OperationState<StorageContainer>, StorageContainer>

Property Value

(resourceGroupName: string, storageContainerName: string, properties: StorageContainerTagsUpdate, options?: StorageContainersUpdateOptionalParams) => PollerLike<OperationState<StorageContainer>, StorageContainer>