다음을 통해 공유


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(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) }, ReadOnly=false, Required=false, SerializedName="artifactSelector")]
public string ArtifactSelector { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="artifactSelector")>]
member this.ArtifactSelector : string with get, set
Public Property ArtifactSelector As String

Property Value

Attributes

Applies to