次の方法で共有


OrchestrationServiceStateInput.Action プロパティ

定義

実行するアクションを取得または設定します。 使用可能な値は、'Resume'、'Suspend' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象