Share via


ManagersOperationsExtensions.ListByResourceGroupAsync Method

Definition

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorSimple.Fluent.Models.ManagerInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.StorSimple.Fluent.IManagersOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.StorSimple.Fluent.IManagersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.StorSimple.Fluent.Models.ManagerInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IManagersOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ManagerInner))

Parameters

operations
IManagersOperations
resourceGroupName
String
cancellationToken
CancellationToken

Returns

Applies to