Share via


IDeploymentResourceProperties.Source Property

Definition

Uploaded source information of the deployment.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Uploaded source information of the deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IUserSourceInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="source", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IUserSourceInfo Source { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Uploaded source information of the deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IUserSourceInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="source", Update=true)>]
member this.Source : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IUserSourceInfo with get, set
Public Property Source As IUserSourceInfo

Property Value

Attributes

Applies to