次の方法で共有


HardwareComponentGroupsOperationsExtensions.ChangeControllerPowerState メソッド

定義

コントローラーの電源状態を変更します。

public static void ChangeControllerPowerState(this Microsoft.Azure.Management.StorSimple8000Series.IHardwareComponentGroupsOperations operations, string deviceName, string hardwareComponentGroupName, Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateChangeRequest parameters, string resourceGroupName, string managerName);
static member ChangeControllerPowerState : Microsoft.Azure.Management.StorSimple8000Series.IHardwareComponentGroupsOperations * string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateChangeRequest * string * string -> unit
<Extension()>
Public Sub ChangeControllerPowerState (operations As IHardwareComponentGroupsOperations, deviceName As String, hardwareComponentGroupName As String, parameters As ControllerPowerStateChangeRequest, resourceGroupName As String, managerName As String)

パラメーター

operations
IHardwareComponentGroupsOperations

この拡張メソッドの操作グループ。

deviceName
String

デバイス名

hardwareComponentGroupName
String

ハードウェア コンポーネント グループ名。

parameters
ControllerPowerStateChangeRequest

コントローラーの電源状態変更要求。

resourceGroupName
String

リソース グループ名

managerName
String

マネージャー名

適用対象