ODataLinkedService Class

Definition

Open Data Protocol (OData) linked service.

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

Constructors

ODataLinkedService()

Initializes a new instance of the ODataLinkedService class.

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

Initializes a new instance of the ODataLinkedService class.

Properties

AadResourceId

Gets or sets specify the resource you are requesting authorization to use Directory. Type: string (or Expression with resultType string).

AadServicePrincipalCredentialType

Gets or sets specify the credential type (key or cert) is used for service principal. Possible values include: 'ServicePrincipalKey', 'ServicePrincipalCert'

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)
AuthenticationType

Gets or sets type of authentication used to connect to the OData service. Possible values include: 'Basic', 'Anonymous', 'Windows', 'AadServicePrincipal', 'ManagedServiceIdentity'

AuthHeaders

Gets or sets the additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).

AzureCloudType

Gets or sets indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
EncryptedCredential

Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
Password

Gets or sets password of the OData service.

ServicePrincipalEmbeddedCert

Gets or sets specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

ServicePrincipalEmbeddedCertPassword

Gets or sets specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).

ServicePrincipalId

Gets or sets specify the application id of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

ServicePrincipalKey

Gets or sets specify the secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Tenant

Gets or sets specify the tenant information (domain name or tenant ID) under which your application resides. Type: string (or Expression with resultType string).

Url

Gets or sets the URL of the OData service endpoint. Type: string (or Expression with resultType string).

UserName

Gets or sets user name of the OData service. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to