Share via


IHardwareComponentGroupsOperations Interface

Definition

HardwareComponentGroupsOperations operations.

public interface IHardwareComponentGroupsOperations
type IHardwareComponentGroupsOperations = interface
Public Interface IHardwareComponentGroupsOperations

Methods

BeginChangeControllerPowerStateWithHttpMessagesAsync(String, String, ControllerPowerStateChangeRequest, String, String, Dictionary<String, List<String>>, CancellationToken)

Changes the power state of the controller.

ChangeControllerPowerStateWithHttpMessagesAsync(String, String, ControllerPowerStateChangeRequest, String, String, Dictionary<String, List<String>>, CancellationToken)

Changes the power state of the controller.

ListByDeviceWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the hardware component groups at device-level.

Extension Methods

BeginChangeControllerPowerState(IHardwareComponentGroupsOperations, String, String, ControllerPowerStateChangeRequest, String, String)

Changes the power state of the controller.

BeginChangeControllerPowerStateAsync(IHardwareComponentGroupsOperations, String, String, ControllerPowerStateChangeRequest, String, String, CancellationToken)

Changes the power state of the controller.

ChangeControllerPowerState(IHardwareComponentGroupsOperations, String, String, ControllerPowerStateChangeRequest, String, String)

Changes the power state of the controller.

ChangeControllerPowerStateAsync(IHardwareComponentGroupsOperations, String, String, ControllerPowerStateChangeRequest, String, String, CancellationToken)

Changes the power state of the controller.

ListByDevice(IHardwareComponentGroupsOperations, String, String, String)

Lists the hardware component groups at device-level.

ListByDeviceAsync(IHardwareComponentGroupsOperations, String, String, String, CancellationToken)

Lists the hardware component groups at device-level.

Applies to