Share via


DataFactoryIntegrationRuntimeDebugInfo Constructor

Definition

Initializes a new instance of DataFactoryIntegrationRuntimeDebugInfo.

public DataFactoryIntegrationRuntimeDebugInfo (Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeProperties properties);
new Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeDebugInfo : Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeProperties -> Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeDebugInfo
Public Sub New (properties As DataFactoryIntegrationRuntimeProperties)

Parameters

properties
DataFactoryIntegrationRuntimeProperties

Integration runtime properties. Please note DataFactoryIntegrationRuntimeProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ManagedIntegrationRuntime and SelfHostedIntegrationRuntime.

Exceptions

properties is null.

Applies to