PostgreSqlServerVersion 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 version of a server.
public readonly struct PostgreSqlServerVersion : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerVersion>
type PostgreSqlServerVersion = struct
Public Structure PostgreSqlServerVersion
Implements IEquatable(Of PostgreSqlServerVersion)
- Inheritance
-
PostgreSqlServerVersion
- Implements
Constructors
PostgreSqlServerVersion(String) |
Initializes a new instance of PostgreSqlServerVersion. |
Properties
Ver10 |
|
Ver10_0 |
10.0. |
Ver10_2 |
10.2. |
Ver11 |
|
Ver9_5 |
9.5. |
Ver9_6 |
9.6. |
Methods
Equals(PostgreSqlServerVersion) |
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(PostgreSqlServerVersion, PostgreSqlServerVersion) |
Determines if two PostgreSqlServerVersion values are the same. |
Implicit(String to PostgreSqlServerVersion) |
Converts a String to a PostgreSqlServerVersion. |
Inequality(PostgreSqlServerVersion, PostgreSqlServerVersion) |
Determines if two PostgreSqlServerVersion values are not the same. |
Applies to
Azure SDK for .NET