SetAzureDataFactoryIntegrationRuntimeCommand.DataFlowComputeType Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "General", "MemoryOptimized", "ComputeOptimized" })]
[System.Management.Automation.Parameter(HelpMessage="Compute type of the data flow cluster which will execute data flow job.", Mandatory=false, ParameterSetName="ByIntegrationRuntimeName")]
[System.Management.Automation.Parameter(HelpMessage="Compute type of the data flow cluster which will execute data flow job.", Mandatory=false, ParameterSetName="ByResourceId")]
[System.Management.Automation.Parameter(HelpMessage="Compute type of the data flow cluster which will execute data flow job.", Mandatory=false, ParameterSetName="ByIntegrationRuntimeObject")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string DataFlowComputeType { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "General", "MemoryOptimized", "ComputeOptimized" })>]
[<System.Management.Automation.Parameter(HelpMessage="Compute type of the data flow cluster which will execute data flow job.", Mandatory=false, ParameterSetName="ByIntegrationRuntimeName")>]
[<System.Management.Automation.Parameter(HelpMessage="Compute type of the data flow cluster which will execute data flow job.", Mandatory=false, ParameterSetName="ByResourceId")>]
[<System.Management.Automation.Parameter(HelpMessage="Compute type of the data flow cluster which will execute data flow job.", Mandatory=false, ParameterSetName="ByIntegrationRuntimeObject")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DataFlowComputeType : string with get, set
Public Property DataFlowComputeType As String

Property Value

String
Attributes

Applies to