RemoveArtifactSource.InputObject Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The artifact source to be removed.", Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource InputObject { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The artifact source to be removed.", Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource with get, set
Public Property InputObject As PSArtifactSource

Property Value

PSArtifactSource
Attributes

Applies to