Megosztás a következőn keresztül:


ManagersOperationsExtensions.ListAsync Method

Definition

Retrieves all the managers in a subscription.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorSimple8000Series.Models.Manager>> ListAsync (this Microsoft.Azure.Management.StorSimple8000Series.IManagersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.StorSimple8000Series.IManagersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.StorSimple8000Series.Models.Manager>>
<Extension()>
Public Function ListAsync (operations As IManagersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Manager))

Parameters

operations
IManagersOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to