Uses of Class
com.azure.resourcemanager.datafactory.models.ODataLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ODataLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionODataLinkedService.withAadResourceId
(Object aadResourceId) Set the aadResourceId property: Specify the resource you are requesting authorization to use Directory.ODataLinkedService.withAadServicePrincipalCredentialType
(ODataAadServicePrincipalCredentialType aadServicePrincipalCredentialType) Set the aadServicePrincipalCredentialType property: Specify the credential type (key or cert) is used for service principal.ODataLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.ODataLinkedService.withAuthenticationType
(ODataAuthenticationType authenticationType) Set the authenticationType property: Type of authentication used to connect to the OData service.ODataLinkedService.withAuthHeaders
(Object authHeaders) Set the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization.ODataLinkedService.withAzureCloudType
(Object azureCloudType) Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.ODataLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.ODataLinkedService.withDescription
(String description) Set the description property: Linked service description.ODataLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.ODataLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.ODataLinkedService.withPassword
(SecretBase password) Set the password property: Password of the OData service.ODataLinkedService.withServicePrincipalEmbeddedCert
(SecretBase servicePrincipalEmbeddedCert) Set the servicePrincipalEmbeddedCert property: Specify the base64 encoded certificate of your application registered in Azure Active Directory.ODataLinkedService.withServicePrincipalEmbeddedCertPassword
(SecretBase servicePrincipalEmbeddedCertPassword) Set the servicePrincipalEmbeddedCertPassword property: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication.ODataLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: Specify the application id of your application registered in Azure Active Directory.ODataLinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: Specify the secret of your application registered in Azure Active Directory.ODataLinkedService.withTenant
(Object tenant) Set the tenant property: Specify the tenant information (domain name or tenant ID) under which your application resides.Set the url property: The URL of the OData service endpoint.ODataLinkedService.withUsername
(Object username) Set the username property: User name of the OData service.