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