RemoveBatchNodeFileCommand.Path Property

Definition

[System.Management.Automation.Alias(new System.String[] { "Name" })]
[System.Management.Automation.Parameter(HelpMessage="The file path of the node file to delete.", Mandatory=true, ParameterSetName="Task")]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ComputeNode", Position=2)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Path { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Name" })>]
[<System.Management.Automation.Parameter(HelpMessage="The file path of the node file to delete.", Mandatory=true, ParameterSetName="Task")>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ComputeNode", Position=2)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Path : string with get, set
Public Property Path As String

Property Value

String
Attributes

Applies to