RestorePoint.ConsistencyMode Propriété
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.
Obtient ou définit consistencyMode du RestorePoint. Peut être spécifié dans l’entrée lors de la création d’un point de restauration. Pour l’instant, seul CrashConsistent est accepté en tant qu’entrée valide. Pour plus d’informations, reportez-vous à https://aka.ms/RestorePoints . Les valeurs possibles sont les suivantes : « CrashConsistent », « FileSystemConsistent », « ApplicationConsistent »
[Newtonsoft.Json.JsonProperty(PropertyName="properties.consistencyMode")]
public string ConsistencyMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.consistencyMode")>]
member this.ConsistencyMode : string with get, set
Public Property ConsistencyMode As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET