Compartilhar via


ControllerPowerStateChangeRequest Construtores

Definição

Sobrecargas

ControllerPowerStateChangeRequest()

Inicializa uma nova instância da classe ControllerPowerStateChangeRequest.

ControllerPowerStateChangeRequest(ControllerPowerStateAction, ControllerId, ControllerStatus, ControllerStatus, String, String, String, Nullable<Kind>)

Inicializa uma nova instância da classe ControllerPowerStateChangeRequest.

ControllerPowerStateChangeRequest()

Inicializa uma nova instância da classe ControllerPowerStateChangeRequest.

public ControllerPowerStateChangeRequest ();
Public Sub New ()

Aplica-se a

ControllerPowerStateChangeRequest(ControllerPowerStateAction, ControllerId, ControllerStatus, ControllerStatus, String, String, String, Nullable<Kind>)

Inicializa uma nova instância da classe 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)

Parâmetros

action
ControllerPowerStateAction

O estado de energia que a solicitação está esperando para o controlador do dispositivo. Os valores possíveis incluem: 'Start', 'Restart', 'Shutdown'

activeController
ControllerId

O controlador ativo que a solicitação está esperando no dispositivo. Os valores possíveis incluem: 'Unknown', 'None', 'Controller0', 'Controller1'

controller0State
ControllerStatus

O controlador 0 status que a solicitação está esperando no dispositivo. Os valores possíveis incluem: 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure'

controller1State
ControllerStatus

O controlador 1 status que a solicitação está esperando no dispositivo. Os valores possíveis incluem: 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure'

id
String

A ID do caminho que identifica exclusivamente o objeto.

name
String

O nome do objeto.

type
String

O tipo hierárquico do objeto .

kind
Nullable<Kind>

O Tipo do objeto. Atualmente, há suporte apenas para Series8000. Os valores possíveis incluem: 'Series8000'

Aplica-se a