次の方法で共有


ControllerPowerStateChangeRequest.Action プロパティ

定義

デバイスのコントローラーに対して要求が想定している電源状態を取得または設定します。 使用可能な値は、'Start'、'Restart'、'Shutdown' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.action")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateAction Action { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.action")>]
member this.Action : Microsoft.Azure.Management.StorSimple8000Series.Models.ControllerPowerStateAction with get, set
Public Property Action As ControllerPowerStateAction

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象