你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Backup Class

Definition

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)

Deserializes a PSObject into an instance of Backup.

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)

Serializes this instance of Backup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to