Partager via


HardwareComponentGroupsOperationsExtensions.ChangeControllerPowerStateAsync Méthode

Définition

Modifie l’état d’alimentation du contrôleur.

public static System.Threading.Tasks.Task ChangeControllerPowerStateAsync (this Microsoft.Azure.Management.StorSimple8000Series.IHardwareComponentGroupsOperations operations, string deviceName, string hardwareComponentGroupName, Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateChangeRequest parameters, string resourceGroupName, string managerName, System.Threading.CancellationToken cancellationToken = default);
static member ChangeControllerPowerStateAsync : Microsoft.Azure.Management.StorSimple8000Series.IHardwareComponentGroupsOperations * string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateChangeRequest * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ChangeControllerPowerStateAsync (operations As IHardwareComponentGroupsOperations, deviceName As String, hardwareComponentGroupName As String, parameters As ControllerPowerStateChangeRequest, resourceGroupName As String, managerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

operations
IHardwareComponentGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

deviceName
String

Le nom de l’appareil

hardwareComponentGroupName
String

Nom du groupe de composants matériels.

parameters
ControllerPowerStateChangeRequest

Demande de modification de l’état d’alimentation du contrôleur.

resourceGroupName
String

Nom du groupe de ressources

managerName
String

Nom du responsable

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à