Bagikan melalui


TwilioLinkedService Class

Definition

Linked service for Twilio.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Twilio")]
public class TwilioLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Twilio")>]
type TwilioLinkedService = class
    inherit LinkedService
Public Class TwilioLinkedService
Inherits LinkedService
Inheritance
TwilioLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

TwilioLinkedService()

Initializes a new instance of the TwilioLinkedService class.

TwilioLinkedService(Object, SecretBase, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>)

Initializes a new instance of the TwilioLinkedService 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)
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 auth token of Twilio service.

UserName

Gets or sets the Account SID of Twilio service.

Methods

Validate()

Validate the object.

Applies to