Uses of Class
com.azure.resourcemanager.datafactory.models.CosmosDbConnectionMode
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of CosmosDbConnectionMode in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionCosmosDbLinkedServiceTypeProperties.connectionMode()
Get the connectionMode property: The connection mode used to access CosmosDB account.Modifier and TypeMethodDescriptionCosmosDbLinkedServiceTypeProperties.withConnectionMode
(CosmosDbConnectionMode connectionMode) Set the connectionMode property: The connection mode used to access CosmosDB account. -
Uses of CosmosDbConnectionMode in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final CosmosDbConnectionMode
CosmosDbConnectionMode.DIRECT
Static value Direct for CosmosDbConnectionMode.static final CosmosDbConnectionMode
CosmosDbConnectionMode.GATEWAY
Static value Gateway for CosmosDbConnectionMode.Modifier and TypeMethodDescriptionCosmosDbLinkedService.connectionMode()
Get the connectionMode property: The connection mode used to access CosmosDB account.static CosmosDbConnectionMode
CosmosDbConnectionMode.fromString
(String name) Creates or finds a CosmosDbConnectionMode from its string representation.Modifier and TypeMethodDescriptionstatic Collection<CosmosDbConnectionMode>
CosmosDbConnectionMode.values()
Gets known CosmosDbConnectionMode values.Modifier and TypeMethodDescriptionCosmosDbLinkedService.withConnectionMode
(CosmosDbConnectionMode connectionMode) Set the connectionMode property: The connection mode used to access CosmosDB account.