NewAzSpringCloudAppDeployment_CreateExpanded.SourceArtifactSelector Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(new Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Selector for the artifact to be used for the deployment for multi-module projects. This should bethe relative path to the target module/project.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="artifactSelector")]
[System.Management.Automation.Parameter(HelpMessage="Selector for the artifact to be used for the deployment for multi-module projects. This should bethe relative path to the target module/project.", Mandatory=false)]
public string SourceArtifactSelector { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(new Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Selector for the artifact to be used for the deployment for multi-module projects. This should bethe relative path to the target module/project.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="artifactSelector")>]
[<System.Management.Automation.Parameter(HelpMessage="Selector for the artifact to be used for the deployment for multi-module projects. This should bethe relative path to the target module/project.", Mandatory=false)>]
member this.SourceArtifactSelector : string with get, set
Public Property SourceArtifactSelector As String

Property Value

String
Attributes

Applies to