Condividi tramite


DellStorageExtensions.GetDellFileSystemsAsync Method

Definition

List FileSystemResource resources by subscription ID <item> Mocking. To mock this method, please mock GetDellFileSystemsAsync(CancellationToken) instead. </item>

public static Azure.AsyncPageable<Azure.ResourceManager.Dell.Storage.DellFileSystemResource> GetDellFileSystemsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetDellFileSystemsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Dell.Storage.DellFileSystemResource>
<Extension()>
Public Function GetDellFileSystemsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DellFileSystemResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to