Uses of Class
com.azure.analytics.synapse.artifacts.models.ODataLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of ODataLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionODataLinkedService.setAadResourceId
(Object aadResourceId) Set the aadResourceId property: Specify the resource you are requesting authorization to use Directory.ODataLinkedService.setAadServicePrincipalCredentialType
(ODataAadServicePrincipalCredentialType aadServicePrincipalCredentialType) Set the aadServicePrincipalCredentialType property: Specify the credential type (key or cert) is used for service principal.ODataLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.ODataLinkedService.setAuthenticationType
(ODataAuthenticationType authenticationType) Set the authenticationType property: Type of authentication used to connect to the OData service.ODataLinkedService.setAzureCloudType
(Object azureCloudType) Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.ODataLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.ODataLinkedService.setDescription
(String description) Set the description property: Linked service description.ODataLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.ODataLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.ODataLinkedService.setPassword
(SecretBase password) Set the password property: Password of the OData service.ODataLinkedService.setServicePrincipalEmbeddedCert
(SecretBase servicePrincipalEmbeddedCert) Set the servicePrincipalEmbeddedCert property: Specify the base64 encoded certificate of your application registered in Azure Active Directory.ODataLinkedService.setServicePrincipalEmbeddedCertPassword
(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.setServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: Specify the application id of your application registered in Azure Active Directory.ODataLinkedService.setServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: Specify the secret of your application registered in Azure Active Directory.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.setUserName
(Object userName) Set the userName property: User name of the OData service.