共用方式為


Update.ImpactType Property

Definition

Gets or sets the impact type. Possible values include: 'None', 'Freeze', 'Restart', 'Redeploy'

[Newtonsoft.Json.JsonProperty(PropertyName="impactType")]
public string ImpactType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="impactType")>]
member this.ImpactType : string with get, set
Public Property ImpactType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to