Share via


DeploymentResourceProperties.Source Property

Definition

Gets or sets uploaded source information of the deployment.

[Newtonsoft.Json.JsonProperty(PropertyName="source")]
public Microsoft.Azure.Management.AppPlatform.Models.UserSourceInfo Source { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="source")>]
member this.Source : Microsoft.Azure.Management.AppPlatform.Models.UserSourceInfo with get, set
Public Property Source As UserSourceInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to