Share via


SelfHostedIntegrationRuntime.LinkedInfo Property

Definition

The base definition of a linked integration runtime. Please note LinkedIntegrationRuntimeType 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 LinkedIntegrationRuntimeKeyAuthorization and LinkedIntegrationRuntimeRbacAuthorization.

public Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntimeType LinkedInfo { get; set; }
member this.LinkedInfo : Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntimeType with get, set
Public Property LinkedInfo As LinkedIntegrationRuntimeType

Property Value

Applies to