Interface ICosmosDBManagementClient
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Azure Cosmos DB Database Service Resource Provider REST API
public interface ICosmosDBManagementClient : IDisposable
- Inherited Members
Properties
AcceptLanguage
The preferred language for the response.
string AcceptLanguage { get; set; }
Property Value
BaseUri
The base URI of the service.
Uri BaseUri { get; set; }
Property Value
- Uri
CassandraResources
Gets the ICassandraResourcesOperations.
ICassandraResourcesOperations CassandraResources { get; }
Property Value
Collection
Gets the ICollectionOperations.
ICollectionOperations Collection { get; }
Property Value
CollectionPartition
Gets the ICollectionPartitionOperations.
ICollectionPartitionOperations CollectionPartition { get; }
Property Value
CollectionPartitionRegion
Gets the ICollectionPartitionRegionOperations.
ICollectionPartitionRegionOperations CollectionPartitionRegion { get; }
Property Value
CollectionRegion
Gets the ICollectionRegionOperations.
ICollectionRegionOperations CollectionRegion { get; }
Property Value
Credentials
Credentials needed for the client to connect to Azure.
ServiceClientCredentials Credentials { get; }
Property Value
- ServiceClientCredentials
Database
Gets the IDatabaseOperations.
IDatabaseOperations Database { get; }
Property Value
DatabaseAccountRegion
Gets the IDatabaseAccountRegionOperations.
IDatabaseAccountRegionOperations DatabaseAccountRegion { get; }
Property Value
DatabaseAccounts
Gets the IDatabaseAccountsOperations.
IDatabaseAccountsOperations DatabaseAccounts { get; }
Property Value
DeserializationSettings
Gets or sets json deserialization settings.
JsonSerializerSettings DeserializationSettings { get; }
Property Value
- JsonSerializerSettings
GenerateClientRequestId
Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
bool? GenerateClientRequestId { get; set; }
Property Value
- bool?
GremlinResources
Gets the IGremlinResourcesOperations.
IGremlinResourcesOperations GremlinResources { get; }
Property Value
LongRunningOperationRetryTimeout
The retry timeout in seconds for Long Running Operations. Default value is 30.
int? LongRunningOperationRetryTimeout { get; set; }
Property Value
- int?
MongoDBResources
Gets the IMongoDBResourcesOperations.
IMongoDBResourcesOperations MongoDBResources { get; }
Property Value
Operations
Gets the IOperations.
IOperations Operations { get; }
Property Value
PartitionKeyRangeId
Gets the IPartitionKeyRangeIdOperations.
IPartitionKeyRangeIdOperations PartitionKeyRangeId { get; }
Property Value
PartitionKeyRangeIdRegion
Gets the IPartitionKeyRangeIdRegionOperations.
IPartitionKeyRangeIdRegionOperations PartitionKeyRangeIdRegion { get; }
Property Value
Percentile
Gets the IPercentileOperations.
IPercentileOperations Percentile { get; }
Property Value
PercentileSourceTarget
Gets the IPercentileSourceTargetOperations.
IPercentileSourceTargetOperations PercentileSourceTarget { get; }
Property Value
PercentileTarget
Gets the IPercentileTargetOperations.
IPercentileTargetOperations PercentileTarget { get; }
Property Value
PrivateEndpointConnections
Gets the IPrivateEndpointConnectionsOperations.
IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; }
Property Value
PrivateLinkResources
Gets the IPrivateLinkResourcesOperations.
IPrivateLinkResourcesOperations PrivateLinkResources { get; }
Property Value
SerializationSettings
Gets or sets json serialization settings.
JsonSerializerSettings SerializationSettings { get; }
Property Value
- JsonSerializerSettings
SqlResources
Gets the ISqlResourcesOperations.
ISqlResourcesOperations SqlResources { get; }
Property Value
SubscriptionId
Azure subscription ID.
string SubscriptionId { get; set; }
Property Value
SubscriptionId1
The ID of the target subscription.
string SubscriptionId1 { get; set; }
Property Value
TableResources
Gets the ITableResourcesOperations.
ITableResourcesOperations TableResources { get; }