다음을 통해 공유


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

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