PostgreSqlFlexibleServersSslMode 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.
SSL mode used by a migration. Default SSL mode for 'PostgreSQLSingleServer' is 'VerifyFull'. Default SSL mode for other source types is 'Prefer'.
public readonly struct PostgreSqlFlexibleServersSslMode : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServersSslMode>
type PostgreSqlFlexibleServersSslMode = struct
Public Structure PostgreSqlFlexibleServersSslMode
Implements IEquatable(Of PostgreSqlFlexibleServersSslMode)
- Inheritance
-
PostgreSqlFlexibleServersSslMode
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlFlexibleServersSslMode(String) |
Initializes a new instance of PostgreSqlFlexibleServersSslMode. |
Properties
| Name | Description |
|---|---|
| Prefer |
Prefer SSL connection. If the server does not support SSL, the connection will be established without SSL. |
| Require |
Require SSL connection. If the server does not support SSL, the connection will fail. |
| VerifyCA |
Require SSL connection and verify the server certificate against the CA certificate. |
| VerifyFull |
Require SSL connection, verify the server certificate against the CA certificate, and verify that the server hostname matches the certificate. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlFlexibleServersSslMode) |
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(PostgreSqlFlexibleServersSslMode, PostgreSqlFlexibleServersSslMode) |
Determines if two PostgreSqlFlexibleServersSslMode values are the same. |
| Implicit(String to Nullable<PostgreSqlFlexibleServersSslMode>) | |
| Implicit(String to PostgreSqlFlexibleServersSslMode) |
Converts a string to a PostgreSqlFlexibleServersSslMode. |
| Inequality(PostgreSqlFlexibleServersSslMode, PostgreSqlFlexibleServersSslMode) |
Determines if two PostgreSqlFlexibleServersSslMode values are not the same. |