CosmosDBManagementClient Class

Definition

public class CosmosDBManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient>, IDisposable, Microsoft.Azure.Management.CosmosDB.ICosmosDBManagementClient, Microsoft.Rest.Azure.IAzureClient
type CosmosDBManagementClient = class
    inherit ServiceClient<CosmosDBManagementClient>
    interface ICosmosDBManagementClient
    interface IDisposable
    interface IAzureClient
Public Class CosmosDBManagementClient
Inherits ServiceClient(Of CosmosDBManagementClient)
Implements IAzureClient, ICosmosDBManagementClient, IDisposable
Inheritance
CosmosDBManagementClient
Implements

Constructors

CosmosDBManagementClient(DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(HttpClient, Boolean)

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

CosmosDBManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CosmosDBManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

The API version to use for this operation.

BaseUri

The base URI of the service.

CassandraClusters

Gets the ICassandraClustersOperations.

CassandraDataCenters

Gets the ICassandraDataCentersOperations.

CassandraResources

Gets the ICassandraResourcesOperations.

Collection

Gets the ICollectionOperations.

CollectionPartition

Gets the ICollectionPartitionOperations.

CollectionPartitionRegion

Gets the ICollectionPartitionRegionOperations.

CollectionRegion

Gets the ICollectionRegionOperations.

Credentials

Credentials needed for the client to connect to Azure.

Database

Gets the IDatabaseOperations.

DatabaseAccountRegion

Gets the IDatabaseAccountRegionOperations.

DatabaseAccounts

Gets the IDatabaseAccountsOperations.

DeserializationSettings

Gets or sets json deserialization settings.

FirstMessageHandler (Inherited from ServiceClient<T>)
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.

GremlinResources

Gets the IGremlinResourcesOperations.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
Locations

Gets the ILocationsOperations.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

MongoDBResources

Gets the IMongoDBResourcesOperations.

NotebookWorkspaces

Gets the INotebookWorkspacesOperations.

Operations

Gets the IOperations.

PartitionKeyRangeId

Gets the IPartitionKeyRangeIdOperations.

PartitionKeyRangeIdRegion

Gets the IPartitionKeyRangeIdRegionOperations.

Percentile

Gets the IPercentileOperations.

PercentileSourceTarget

Gets the IPercentileSourceTargetOperations.

PercentileTarget

Gets the IPercentileTargetOperations.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

RestorableDatabaseAccounts

Gets the IRestorableDatabaseAccountsOperations.

RestorableMongodbCollections

Gets the IRestorableMongodbCollectionsOperations.

RestorableMongodbDatabases

Gets the IRestorableMongodbDatabasesOperations.

RestorableMongodbResources

Gets the IRestorableMongodbResourcesOperations.

RestorableSqlContainers

Gets the IRestorableSqlContainersOperations.

RestorableSqlDatabases

Gets the IRestorableSqlDatabasesOperations.

RestorableSqlResources

Gets the IRestorableSqlResourcesOperations.

SerializationSettings

Gets or sets json serialization settings.

SqlResources

Gets the ISqlResourcesOperations.

SubscriptionId

The ID of the target subscription.

TableResources

Gets the ITableResourcesOperations.

UserAgent (Inherited from ServiceClient<T>)

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to