Condividi tramite


ISourceUploadedUserSourceInfo.ArtifactSelector Property

Definition

Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\n        the relative path to the target module/project.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="artifactSelector", Update=true)]
public string ArtifactSelector { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\n        the relative path to the target module/project.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="artifactSelector", Update=true)>]
member this.ArtifactSelector : string with get, set
Public Property ArtifactSelector As String

Property Value

Attributes

Applies to