IntegrationRuntimeResource(IntegrationRuntime) Constructor

Definition

Initializes a new instance of IntegrationRuntimeResource.

public IntegrationRuntimeResource (Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntime properties);
new Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeResource : Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntime -> Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeResource
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