NewAzSpringCloudAppDeployment_CreateExpanded.SourceArtifactSelector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes