Compartir a través de


PostgreSqlServerKeyType Estructura

Definición

El tipo de clave, como "AzureKeyVault".

public readonly struct PostgreSqlServerKeyType : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerKeyType>
type PostgreSqlServerKeyType = struct
Public Structure PostgreSqlServerKeyType
Implements IEquatable(Of PostgreSqlServerKeyType)
Herencia
PostgreSqlServerKeyType
Implementaciones

Constructores

PostgreSqlServerKeyType(String)

Inicializa una nueva instancia de la clase PostgreSqlServerKeyType.

Propiedades

AzureKeyVault

AzureKeyVault.

Métodos

Equals(PostgreSqlServerKeyType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(PostgreSqlServerKeyType, PostgreSqlServerKeyType)

Determina si dos PostgreSqlServerKeyType valores son iguales.

Implicit(String to PostgreSqlServerKeyType)

Convierte una cadena en un PostgreSqlServerKeyType.

Inequality(PostgreSqlServerKeyType, PostgreSqlServerKeyType)

Determina si dos PostgreSqlServerKeyType valores no son los mismos.

Se aplica a