ArmDataFactoryModelFactory.InteractiveQueryProperties Method
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.
Initializes a new instance of InteractiveQueryProperties.
public static Azure.ResourceManager.DataFactory.Models.InteractiveQueryProperties InteractiveQueryProperties(Azure.ResourceManager.DataFactory.Models.InteractiveCapabilityStatus? status = default, int? autoTerminationMinutes = default);
static member InteractiveQueryProperties : Nullable<Azure.ResourceManager.DataFactory.Models.InteractiveCapabilityStatus> * Nullable<int> -> Azure.ResourceManager.DataFactory.Models.InteractiveQueryProperties
Public Shared Function InteractiveQueryProperties (Optional status As Nullable(Of InteractiveCapabilityStatus) = Nothing, Optional autoTerminationMinutes As Nullable(Of Integer) = Nothing) As InteractiveQueryProperties
Parameters
- status
- Nullable<InteractiveCapabilityStatus>
The interactive authoring capability status. Must be one of InteractiveCapabilityStatus. The default value is 'Enabling'.
Returns
A new InteractiveQueryProperties instance for mocking.