Share via


CosmosDBServerVersion Struct

Definition

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

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