Skip to main content

mongo_clusters

Overview

Namemongo_clusters
TypeResource
Idazure_isv.mongocluster.mongo_clusters

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectThe properties of a mongo cluster.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmongoClusterName, resourceGroupName, subscriptionIdGets information about a mongo cluster.
listSELECTsubscriptionIdList all the mongo clusters in a given subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList all the mongo clusters in a given resource group.
create_or_updateINSERTmongoClusterName, resourceGroupName, subscriptionIdCreate or update a mongo cluster. Update overwrites all properties for the resource. To only modify some of the properties, use PATCH.
deleteDELETEmongoClusterName, resourceGroupName, subscriptionIdDeletes a mongo cluster.
check_name_availabilityEXEClocation, subscriptionIdCheck if mongo cluster name is available for use.
updateEXECmongoClusterName, resourceGroupName, subscriptionIdUpdates an existing mongo cluster. The request body can contain one to many of the properties present in the normal mongo cluster definition.