AppFiguresLinkedService 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.
Linked service for AppFigures.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AppFigures")]
public class AppFiguresLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AppFigures")>]
type AppFiguresLinkedService = class
inherit LinkedService
Public Class AppFiguresLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AppFiguresLinkedService() |
Initializes a new instance of the AppFiguresLinkedService class. |
AppFiguresLinkedService(Object, SecretBase, SecretBase, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>) |
Initializes a new instance of the AppFiguresLinkedService class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from LinkedService) |
Annotations |
Gets or sets list of tags that can be used for describing the linked service. (Inherited from LinkedService) |
ClientKey |
Gets or sets the client key for the AppFigures source. |
ConnectVia |
Gets or sets the integration runtime reference. (Inherited from LinkedService) |
Description |
Gets or sets linked service description. (Inherited from LinkedService) |
Parameters |
Gets or sets parameters for linked service. (Inherited from LinkedService) |
Password |
Gets or sets the password of the AppFigures source. |
UserName |
Gets or sets the username of the Appfigures source. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET