ODataLinkedService Class

Definition

Open Data Protocol (OData) linked service.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OData")]
public class ODataLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
Attributes

Constructors

ODataLinkedService()

Initializes a new instance of the ODataLinkedService class.

ODataLinkedService(String, String)

Initializes a new instance of the ODataLinkedService class with required arguments.

Properties

AuthenticationType

Required. Type of authentication used to connect to the OData service. Must be one of ODataAuthenticationType.

AuthorizedCredential

Optional. The OAuth authorized credential that may be used by ADF to access resources on your behalf. Each authorization is unique and may only be used once.

EncryptedCredential

Optional. The encrypted credential for Windows authentication.

GatewayName

Optional. The on-premises gateway name for Windows authentication.

Password

Optional. Password of the OData service.

Url

Required. Service root URL of the OData service.

Username

Optional. User name of the OData service.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)