Freigeben über


ControllerPowerStateChangeRequest Konstruktoren

Definition

Überlädt

ControllerPowerStateChangeRequest()

Initialisiert eine neue instance der ControllerPowerStateChangeRequest-Klasse.

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

Initialisiert eine neue instance der ControllerPowerStateChangeRequest-Klasse.

ControllerPowerStateChangeRequest()

Initialisiert eine neue instance der ControllerPowerStateChangeRequest-Klasse.

public ControllerPowerStateChangeRequest ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ControllerPowerStateChangeRequest-Klasse.

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)

Parameter

action
ControllerPowerStateAction

Der Energiezustand, den die Anforderung für den Controller des Geräts erwartet. Mögliche Werte: "Start", "Neustart", "Shutdown"

activeController
ControllerId

Der aktive Controller, den die Anforderung auf dem Gerät erwartet. Mögliche Werte sind: "Unbekannt", "Keine", "Controller0", "Controller1"

controller0State
ControllerStatus

Der Controller 0 status, die die Anforderung auf dem Gerät erwartet. Mögliche Werte: "NotPresent", "PoweredOff", "Ok", "Recovering", "Warning", "Failure"

controller1State
ControllerStatus

Der Controller 1 status, die die Anforderung auf dem Gerät erwartet. Mögliche Werte: "NotPresent", "PoweredOff", "Ok", "Recovering", "Warning", "Failure"

id
String

Die Pfad-ID, die das Objekt eindeutig identifiziert.

name
String

Der Name des Objekts.

type
String

Der hierarchische Typ des Objekts.

kind
Nullable<Kind>

Die Art des -Objekts. Derzeit wird nur Series8000 unterstützt. Mögliche Werte: "Series8000"

Gilt für: