CosmosDBServerVersion 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.
Describes the ServerVersion of an a MongoDB account.
public readonly struct CosmosDBServerVersion : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServerVersion>
type CosmosDBServerVersion = struct
Public Structure CosmosDBServerVersion
Implements IEquatable(Of CosmosDBServerVersion)
- Inheritance
-
CosmosDBServerVersion
- Implements
Constructors
CosmosDBServerVersion(String) |
Initializes a new instance of CosmosDBServerVersion. |
Properties
Five0 |
5.0. |
Six0 |
6.0. |
V3_2 |
3.2. |
V3_6 |
3.6. |
V4_0 |
4.0. |
V4_2 |
4.2. |
Methods
Equals(CosmosDBServerVersion) |
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
Equality(CosmosDBServerVersion, CosmosDBServerVersion) |
Determines if two CosmosDBServerVersion values are the same. |
Implicit(String to CosmosDBServerVersion) |
Converts a string to a CosmosDBServerVersion. |
Inequality(CosmosDBServerVersion, CosmosDBServerVersion) |
Determines if two CosmosDBServerVersion values are not the same. |
Applies to
Azure SDK for .NET