ControllerPowerStateChangeRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ControllerPowerStateChangeRequest() |
ControllerPowerStateChangeRequest クラスの新しいインスタンスを初期化します。 |
ControllerPowerStateChangeRequest(ControllerPowerStateAction, ControllerId, ControllerStatus, ControllerStatus, String, String, String, Nullable<Kind>) |
ControllerPowerStateChangeRequest クラスの新しいインスタンスを初期化します。 |
ControllerPowerStateChangeRequest()
ControllerPowerStateChangeRequest クラスの新しいインスタンスを初期化します。
public ControllerPowerStateChangeRequest ();
Public Sub New ()
適用対象
ControllerPowerStateChangeRequest(ControllerPowerStateAction, ControllerId, ControllerStatus, ControllerStatus, String, String, String, Nullable<Kind>)
ControllerPowerStateChangeRequest クラスの新しいインスタンスを初期化します。
public ControllerPowerStateChangeRequest (Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateAction action, Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerId activeController, Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerStatus controller0State, Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerStatus controller1State, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateChangeRequest : Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateAction * Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerId * Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerStatus * Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> -> Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateChangeRequest
Public Sub New (action As ControllerPowerStateAction, activeController As ControllerId, controller0State As ControllerStatus, controller1State As ControllerStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing)
パラメーター
- action
- ControllerPowerStateAction
デバイスのコントローラーに対して要求が想定している電源状態。 使用可能な値は、'Start'、'Restart'、'Shutdown' です。
- activeController
- ControllerId
要求がデバイスで予期しているアクティブ コントローラー。 使用可能な値は、'Unknown'、'None'、'Controller0'、'Controller1' です。
- controller0State
- ControllerStatus
要求がデバイスで予期しているコントローラー 0 の状態。 使用できる値は、'NotPresent'、'PoweredOff'、'OK'、'回復中'、'警告'、'Failure' です。
- controller1State
- ControllerStatus
要求がデバイスで予期しているコントローラー 1 の状態。 使用できる値は、'NotPresent'、'PoweredOff'、'OK'、'回復中'、'警告'、'Failure' です。
- id
- String
オブジェクトを一意に識別するパス ID。
- name
- String
オブジェクトの名前。
- type
- String
オブジェクトの階層型。
適用対象
Azure SDK for .NET