PostgreSqlFlexibleServerVersion 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 PostgreSqlFlexibleServerVersion : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVersion>
type PostgreSqlFlexibleServerVersion = struct
Public Structure PostgreSqlFlexibleServerVersion
Implements IEquatable(Of PostgreSqlFlexibleServerVersion)
- Inheritance
-
PostgreSqlFlexibleServerVersion
- Implements
Constructors
PostgreSqlFlexibleServerVersion(String) |
Initializes a new instance of PostgreSqlFlexibleServerVersion. |
Properties
Ver11 |
|
Ver12 |
|
Ver13 |
|
Ver14 |
|
Ver15 |
|
Methods
Equals(PostgreSqlFlexibleServerVersion) |
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(PostgreSqlFlexibleServerVersion, PostgreSqlFlexibleServerVersion) |
Determines if two PostgreSqlFlexibleServerVersion values are the same. |
Implicit(String to PostgreSqlFlexibleServerVersion) |
Converts a string to a PostgreSqlFlexibleServerVersion. |
Inequality(PostgreSqlFlexibleServerVersion, PostgreSqlFlexibleServerVersion) |
Determines if two PostgreSqlFlexibleServerVersion values are not the same. |
Applies to
Azure SDK for .NET