Share via


IntegrationRuntimeDebugResource(IntegrationRuntime) Constructor

Definition

Initializes a new instance of IntegrationRuntimeDebugResource.

public IntegrationRuntimeDebugResource (Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntime properties);
new Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDebugResource : Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntime -> Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDebugResource
Public Sub New (properties As IntegrationRuntime)

Parameters

properties
IntegrationRuntime

Integration runtime properties. Please note IntegrationRuntime 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