Backup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage Profile properties of a server
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.BackupTypeConverter))]
public class Backup : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IBackup
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.BackupTypeConverter))>]
type Backup = class
interface IBackup
interface IJsonSerializable
Public Class Backup
Implements IBackup
- Inheritance
-
Backup
- Attributes
- Implements
Constructors
Backup() |
Creates an new Backup instance. |
Properties
EarliestRestoreDate |
Earliest restore point creation time (ISO8601 format) |
GeoRedundantBackup |
Whether or not geo redundant backup is enabled. |
RetentionDay |
Backup retention days for the server. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Backup. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IBackup. |
FromJsonString(String) |
Creates a new instance of Backup, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |