PostgreSqlFlexibleServerGeoRedundantBackupEnum 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í.
Valor que indica si Geo-Redundant copia de seguridad está habilitada en el servidor.
public readonly struct PostgreSqlFlexibleServerGeoRedundantBackupEnum : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerGeoRedundantBackupEnum>
type PostgreSqlFlexibleServerGeoRedundantBackupEnum = struct
Public Structure PostgreSqlFlexibleServerGeoRedundantBackupEnum
Implements IEquatable(Of PostgreSqlFlexibleServerGeoRedundantBackupEnum)
- Herencia
-
PostgreSqlFlexibleServerGeoRedundantBackupEnum
- Implementaciones
Constructores
PostgreSqlFlexibleServerGeoRedundantBackupEnum(String) |
Inicializa una nueva instancia de la clase PostgreSqlFlexibleServerGeoRedundantBackupEnum. |
Propiedades
Disabled |
Deshabilitado. |
Enabled |
Habilitado. |
Métodos
Equals(PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
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(PostgreSqlFlexibleServerGeoRedundantBackupEnum, PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
Determina si dos PostgreSqlFlexibleServerGeoRedundantBackupEnum valores son los mismos. |
Implicit(String to PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
Convierte una cadena en un PostgreSqlFlexibleServerGeoRedundantBackupEnum. |
Inequality(PostgreSqlFlexibleServerGeoRedundantBackupEnum, PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
Determina si dos PostgreSqlFlexibleServerGeoRedundantBackupEnum valores no son los mismos. |
Se aplica a
Azure SDK for .NET