다음을 통해 공유


ServiceUnitResource.DeploymentMode Property

Definition

Gets or sets describes the type of ARM deployment to be performed on the resource. Possible values include: 'Incremental', 'Complete'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentMode")]
public Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode DeploymentMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentMode")>]
member this.DeploymentMode : Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode with get, set
Public Property DeploymentMode As DeploymentMode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to