共用方式為


AppFiguresLinkedService Class

Definition

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
AppFiguresLinkedService
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