PostgreSqlServerKeyType 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 key type like 'AzureKeyVault'.
public readonly struct PostgreSqlServerKeyType : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerKeyType>
type PostgreSqlServerKeyType = struct
Public Structure PostgreSqlServerKeyType
Implements IEquatable(Of PostgreSqlServerKeyType)
- Inheritance
-
PostgreSqlServerKeyType
- Implements
Constructors
PostgreSqlServerKeyType(String) |
Initializes a new instance of PostgreSqlServerKeyType. |
Properties
AzureKeyVault |
AzureKeyVault. |
Methods
Equals(PostgreSqlServerKeyType) |
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(PostgreSqlServerKeyType, PostgreSqlServerKeyType) |
Determines if two PostgreSqlServerKeyType values are the same. |
Implicit(String to PostgreSqlServerKeyType) |
Converts a string to a PostgreSqlServerKeyType. |
Inequality(PostgreSqlServerKeyType, PostgreSqlServerKeyType) |
Determines if two PostgreSqlServerKeyType values are not the same. |
Applies to
Azure SDK for .NET