Uses of Class
com.azure.resourcemanager.datafactory.models.CosmosDbLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of CosmosDbLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCosmosDbLinkedService.withAccountEndpoint
(Object accountEndpoint) Set the accountEndpoint property: The endpoint of the Azure CosmosDB account.CosmosDbLinkedService.withAccountKey
(SecretBase accountKey) Set the accountKey property: The account key of the Azure CosmosDB account.CosmosDbLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.CosmosDbLinkedService.withAzureCloudType
(Object azureCloudType) Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.CosmosDbLinkedService.withConnectionMode
(CosmosDbConnectionMode connectionMode) Set the connectionMode property: The connection mode used to access CosmosDB account.CosmosDbLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: The connection string.CosmosDbLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.CosmosDbLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.CosmosDbLinkedService.withDatabase
(Object database) Set the database property: The name of the database.CosmosDbLinkedService.withDescription
(String description) Set the description property: Linked service description.CosmosDbLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.CosmosDbLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.CosmosDbLinkedService.withServicePrincipalCredential
(SecretBase servicePrincipalCredential) Set the servicePrincipalCredential property: The credential of the service principal object in Azure Active Directory.CosmosDbLinkedService.withServicePrincipalCredentialType
(CosmosDbServicePrincipalCredentialType servicePrincipalCredentialType) Set the servicePrincipalCredentialType property: The service principal credential type to use in Server-To-Server authentication.CosmosDbLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The client ID of the application in Azure Active Directory used for Server-To-Server authentication.CosmosDbLinkedService.withTenant
(Object tenant) Set the tenant property: The name or ID of the tenant to which the service principal belongs.