DeploymentPropertiesExtended.Mode Property

Definition

Gets the deployment mode. Possible values are Incremental and Complete. Possible values include: 'Incremental', 'Complete'

[Newtonsoft.Json.JsonProperty(PropertyName="mode")]
public Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentMode? Mode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mode")>]
member this.Mode : Nullable<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentMode>
Public ReadOnly Property Mode As Nullable(Of DeploymentMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to