PostgreSqlServerKeyType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET