StorageResourceContainer.GetStorageResourcesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all the child storage resources in the path.
protected internal abstract System.Collections.Generic.IAsyncEnumerable<Azure.Storage.DataMovement.StorageResource> GetStorageResourcesAsync (Azure.Storage.DataMovement.StorageResourceContainer destinationContainer = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageResourcesAsync : Azure.Storage.DataMovement.StorageResourceContainer * System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerable<Azure.Storage.DataMovement.StorageResource>
Protected Friend MustOverride Function GetStorageResourcesAsync (Optional destinationContainer As StorageResourceContainer = Nothing, Optional cancellationToken As CancellationToken = Nothing) As IAsyncEnumerable(Of StorageResource)
Parameters
- destinationContainer
- StorageResourceContainer
- cancellationToken
- CancellationToken