ArmMongoDBAtlasModelFactory.MongoDBAtlasClusterProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasClusterProperties MongoDBAtlasClusterProperties(string clusterName = default, Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasClusterTier clusterTier = default, string regionName = default, string mongoDbVersion = default, bool? isBackupsEnabled = default, string state = default, Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasResourceProvisioningState? provisioningState = default);
static member MongoDBAtlasClusterProperties : string * Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasClusterTier * string * string * Nullable<bool> * string * Nullable<Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasResourceProvisioningState> -> Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasClusterProperties
Public Shared Function MongoDBAtlasClusterProperties (Optional clusterName As String = Nothing, Optional clusterTier As MongoDBAtlasClusterTier = Nothing, Optional regionName As String = Nothing, Optional mongoDbVersion As String = Nothing, Optional isBackupsEnabled As Nullable(Of Boolean) = Nothing, Optional state As String = Nothing, Optional provisioningState As Nullable(Of MongoDBAtlasResourceProvisioningState) = Nothing) As MongoDBAtlasClusterProperties
Parameters
- clusterName
- String
Name of the MongoDB Atlas Cluster.
- clusterTier
- MongoDBAtlasClusterTier
Cluster tier (FREE, FLEX, M10, M30).
- regionName
- String
Azure region where the cluster is deployed.
- mongoDbVersion
- String
MongoDB version running on the cluster.
Whether backups are active for the cluster; null if undetermined.
- state
- String
Current state of the cluster.
- provisioningState
- Nullable<MongoDBAtlasResourceProvisioningState>
Provisioning state of the resource.
Returns
A new MongoDBAtlasClusterProperties instance for mocking.