次の方法で共有


ControllerPowerStateChangeRequest コンストラクター

定義

オーバーロード

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

オブジェクトの階層型。

kind
Nullable<Kind>

オブジェクトの種類。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

適用対象