ODataLinkedService Constructors
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.
Overloads
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. |
ODataLinkedService()
Initializes a new instance of the ODataLinkedService class.
public ODataLinkedService ();
Public Sub New ()
Applies to
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.
public ODataLinkedService (object url, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, string authenticationType = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object authHeaders = default, object tenant = default, object servicePrincipalId = default, object azureCloudType = default, object aadResourceId = default, string aadServicePrincipalCredentialType = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalEmbeddedCert = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalEmbeddedCertPassword = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService : obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * string * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj -> Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService
Public Sub New (url As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional authenticationType As String = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional authHeaders As Object = Nothing, Optional tenant As Object = Nothing, Optional servicePrincipalId As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional aadResourceId As Object = Nothing, Optional aadServicePrincipalCredentialType As String = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional servicePrincipalEmbeddedCert As SecretBase = Nothing, Optional servicePrincipalEmbeddedCertPassword As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing)
Parameters
- url
- Object
The URL of the OData service endpoint. Type: string (or Expression with resultType string).
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- connectVia
- IntegrationRuntimeReference
The integration runtime reference.
- description
- String
Linked service description.
- parameters
- IDictionary<String,ParameterSpecification>
Parameters for linked service.
- authenticationType
- String
Type of authentication used to connect to the OData service. Possible values include: 'Basic', 'Anonymous', 'Windows', 'AadServicePrincipal', 'ManagedServiceIdentity'
- userName
- Object
User name of the OData service. Type: string (or Expression with resultType string).
- password
- SecretBase
Password of the OData service.
- authHeaders
- Object
The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).
- tenant
- Object
Specify the tenant information (domain name or tenant ID) under which your application resides. Type: string (or Expression with resultType string).
- servicePrincipalId
- Object
Specify the application id of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
- azureCloudType
- Object
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).
- aadResourceId
- Object
Specify the resource you are requesting authorization to use Directory. Type: string (or Expression with resultType string).
- aadServicePrincipalCredentialType
- String
Specify the credential type (key or cert) is used for service principal. Possible values include: 'ServicePrincipalKey', 'ServicePrincipalCert'
- servicePrincipalKey
- SecretBase
Specify the secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
- servicePrincipalEmbeddedCert
- SecretBase
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
- servicePrincipalEmbeddedCertPassword
- SecretBase
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).
- encryptedCredential
- Object
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET