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

ServerBackupProperties Class

Definition

The properties of a server backup.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerBackupPropertiesTypeConverter))]
public class ServerBackupProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerBackupProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerBackupPropertiesTypeConverter))>]
type ServerBackupProperties = class
    interface IServerBackupProperties
    interface IJsonSerializable
Public Class ServerBackupProperties
Implements IServerBackupProperties
Inheritance
ServerBackupProperties
Attributes
Implements

Constructors

ServerBackupProperties()

Creates an new ServerBackupProperties instance.

Properties

BackupType

Backup type.

CompletedTime

Backup completed time (ISO8601 format).

Source

Backup source

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerBackupProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerBackupProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerBackupProperties.

FromJsonString(String)

Creates a new instance of ServerBackupProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerBackupProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to