共用方式為


FluxConfiguration.Suspend Property

Definition

Gets or sets whether this configuration should suspend its reconciliation of its kustomizations and sources.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.suspend")]
public bool? Suspend { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.suspend")>]
member this.Suspend : Nullable<bool> with get, set
Public Property Suspend As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to