DeploymentPropertiesExtended.Mode 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.
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