MockableHciSubscriptionResource.GetStorageContainers Method

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/storageContainers
  • Operation Id: StorageContainers_ListAll
public virtual Azure.Pageable<Azure.ResourceManager.Hci.StorageContainerResource> GetStorageContainers (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageContainers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.StorageContainerResource>
override this.GetStorageContainers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.StorageContainerResource>
Public Overridable Function GetStorageContainers (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StorageContainerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of StorageContainerResource that may take multiple service requests to iterate over.

Applies to