InvokeAzureDataFactoryDataFlowDebugSessionOperationCommand.Command Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "executePreviewQuery", "executeStatisticsQuery", "executeExpressionQuery" })]
[System.Management.Automation.Parameter(HelpMessage="The data flow debug command.", Mandatory=true, ParameterSetName="ByFactoryName", Position=3)]
[System.Management.Automation.Parameter(HelpMessage="The data flow debug command.", Mandatory=true, ParameterSetName="ByFactoryObject", Position=2)]
[System.Management.Automation.Parameter(HelpMessage="The data flow debug command.", Mandatory=true, ParameterSetName="ByResourceId", Position=2)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Command { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "executePreviewQuery", "executeStatisticsQuery", "executeExpressionQuery" })>]
[<System.Management.Automation.Parameter(HelpMessage="The data flow debug command.", Mandatory=true, ParameterSetName="ByFactoryName", Position=3)>]
[<System.Management.Automation.Parameter(HelpMessage="The data flow debug command.", Mandatory=true, ParameterSetName="ByFactoryObject", Position=2)>]
[<System.Management.Automation.Parameter(HelpMessage="The data flow debug command.", Mandatory=true, ParameterSetName="ByResourceId", Position=2)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Command : string with get, set
Public Property Command As String

Property Value

String
Attributes

Applies to