LinkedService Class
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.
The nested object which contains the information and credential which can be used to connect with related store or compute resource.
public class LinkedService
type LinkedService = class
Public Class LinkedService
- Inheritance
-
LinkedService
- Derived
Constructors
LinkedService() |
Initializes a new instance of the LinkedService class. |
LinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>) |
Initializes a new instance of the LinkedService class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
Annotations |
Gets or sets list of tags that can be used for describing the linked service. |
ConnectVia |
Gets or sets the integration runtime reference. |
Description |
Gets or sets linked service description. |
Parameters |
Gets or sets parameters for linked service. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET