List of questions
Related questions
Question 296 - AZ-204 discussion
You develop Azure solutions.You must connect to a No-SQL globally-distributed database by using the .NET API.You need to create an object to configure and execute requests in the database.
Which code segment should you use?
A.
new Container(EndpointUri, PrimaryKey)
B.
new Database(Endpoint, PrimaryKey);
C.
new CosmosClient(EndpointUri, PrimaryKey);
Your answer:
0 comments
Sorted by
Leave a comment first