Share via


HardwareComponentGroupsOperationsExtensions.ListByDeviceAsync Method

Definition

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

Parameters

deviceName
String
resourceGroupName
String
managerName
String
cancellationToken
CancellationToken

Returns

Applies to