Share via


PostgreSqlServerKeyType Struct

Definition

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

Name Description
PostgreSqlServerKeyType(String)

Initializes a new instance of PostgreSqlServerKeyType.

Properties

Name Description
AzureKeyVault

AzureKeyVault.

Methods

Name Description
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

Name Description
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