共用方式為


HardwareComponentGroupsOperationsExtensions.ListByDevice Method

Definition

Lists the hardware component groups at device-level.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentGroup> ListByDevice (this Microsoft.Azure.Management.StorSimple8000Series.IHardwareComponentGroupsOperations operations, string deviceName, string resourceGroupName, string managerName);
static member ListByDevice : Microsoft.Azure.Management.StorSimple8000Series.IHardwareComponentGroupsOperations * string * string * string -> seq<Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentGroup>
<Extension()>
Public Function ListByDevice (operations As IHardwareComponentGroupsOperations, deviceName As String, resourceGroupName As String, managerName As String) As IEnumerable(Of HardwareComponentGroup)

Parameters

operations
IHardwareComponentGroupsOperations

The operations group for this extension method.

deviceName
String

The device name

resourceGroupName
String

The resource group name

managerName
String

The manager name

Returns

Applies to