Modifier and Type | Class and Description |
---|---|
class |
CosmosResponse<T extends Resource> |
Modifier and Type | Class and Description |
---|---|
class |
CosmosConflictProperties |
class |
CosmosContainerProperties
Represents a item container in the Azure Cosmos DB database service.
|
class |
CosmosDatabaseProperties
Represents a CosmosAsyncDatabase in the Azure Cosmos database service.
|
class |
CosmosError
Encapsulates error related details in the Azure Cosmos DB database service.
|
class |
CosmosPermissionProperties |
class |
CosmosStoredProcedureProperties |
class |
CosmosTriggerProperties |
class |
CosmosUserDefinedFunctionProperties |
class |
CosmosUserProperties |
class |
DatabaseAccount
Represents a database account in the Azure Cosmos DB database service.
|
Modifier and Type | Method and Description |
---|---|
<T extends Resource> |
CosmosConflictProperties.getResource(Class<T> klass)
Gets the conflicting resource in the Azure Cosmos DB service.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.setId(String id)
Sets the name of the resource.
|
Resource |
Resource.setResourceId(String resourceId)
Set the ID associated with the resource.
|
Constructor and Description |
---|
Resource(Resource resource)
Copy constructor.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.