DeploymentSpecV1.Paused Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the deployment is paused. When set to true, the deployment will not trigger any new rollouts or updates to the replicas until the value is set back to false.
[YamlDotNet.Serialization.YamlMember(Alias="paused")]
public bool? Paused { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="paused")>]
member this.Paused : Nullable<bool> with get, set
Public Property Paused As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute