MongoClusterDataApiMode Struct
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.
The mode to apply to the Mongo Data API.
public readonly struct MongoClusterDataApiMode : IEquatable<Azure.ResourceManager.MongoCluster.Models.MongoClusterDataApiMode>
type MongoClusterDataApiMode = struct
Public Structure MongoClusterDataApiMode
Implements IEquatable(Of MongoClusterDataApiMode)
- Inheritance
-
MongoClusterDataApiMode
- Implements
Constructors
| Name | Description |
|---|---|
| MongoClusterDataApiMode(String) |
Initializes a new instance of MongoClusterDataApiMode. |
Properties
| Name | Description |
|---|---|
| Disabled |
Mongo Data API is disabled for the cluster. |
| Enabled |
Mongo Data API is enabled for the cluster. |
Methods
| Name | Description |
|---|---|
| Equals(MongoClusterDataApiMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MongoClusterDataApiMode, MongoClusterDataApiMode) |
Determines if two MongoClusterDataApiMode values are the same. |
| Implicit(String to MongoClusterDataApiMode) |
Converts a String to a MongoClusterDataApiMode. |
| Inequality(MongoClusterDataApiMode, MongoClusterDataApiMode) |
Determines if two MongoClusterDataApiMode values are not the same. |