SetAzureDataFactoryIntegrationRuntimeCommand.DataFlowComputeType 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.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
- Attributes