MongoClusterManagementClient class
Constructors
Mongo |
The Microsoft Azure management API provides create, read, update, and delete functionality for Azure Cosmos DB for MongoDB vCore resources including clusters and firewall rules. |
Properties
firewall |
The operation groups for FirewallRules |
mongo |
The operation groups for MongoClusters |
operations | The operation groups for Operations |
pipeline | The pipeline used by this client to make requests |
private |
The operation groups for PrivateEndpointConnections |
private |
The operation groups for PrivateLinks |
replicas | The operation groups for Replicas |
Constructor Details
MongoClusterManagementClient(TokenCredential, string, MongoClusterManagementClientOptionalParams)
The Microsoft Azure management API provides create, read, update, and delete functionality for Azure Cosmos DB for MongoDB vCore resources including clusters and firewall rules.
new MongoClusterManagementClient(credential: TokenCredential, subscriptionId: string, options?: MongoClusterManagementClientOptionalParams)
Parameters
- credential
- TokenCredential
- subscriptionId
-
string
Property Details
firewallRules
The operation groups for FirewallRules
firewallRules: FirewallRulesOperations
Property Value
mongoClusters
The operation groups for MongoClusters
mongoClusters: MongoClustersOperations
Property Value
operations
The operation groups for Operations
operations: OperationsOperations
Property Value
pipeline
privateEndpointConnections
The operation groups for PrivateEndpointConnections
privateEndpointConnections: PrivateEndpointConnectionsOperations
Property Value
privateLinks
The operation groups for PrivateLinks
privateLinks: PrivateLinksOperations
Property Value
replicas
Azure SDK for JavaScript