PostgreSqlGeoRedundantBackup Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Activez géoredondant ou non pour la sauvegarde du serveur.
public readonly struct PostgreSqlGeoRedundantBackup : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlGeoRedundantBackup>
type PostgreSqlGeoRedundantBackup = struct
Public Structure PostgreSqlGeoRedundantBackup
Implements IEquatable(Of PostgreSqlGeoRedundantBackup)
- Héritage
-
PostgreSqlGeoRedundantBackup
- Implémente
Constructeurs
PostgreSqlGeoRedundantBackup(String) |
Initialise une nouvelle instance de PostgreSqlGeoRedundantBackup. |
Propriétés
Disabled |
Désactivé. |
Enabled |
Activé. |
Méthodes
Equals(PostgreSqlGeoRedundantBackup) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(PostgreSqlGeoRedundantBackup, PostgreSqlGeoRedundantBackup) |
Détermine si deux PostgreSqlGeoRedundantBackup valeurs sont identiques. |
Implicit(String to PostgreSqlGeoRedundantBackup) |
Convertit une chaîne en PostgreSqlGeoRedundantBackup. |
Inequality(PostgreSqlGeoRedundantBackup, PostgreSqlGeoRedundantBackup) |
Détermine si deux PostgreSqlGeoRedundantBackup valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET