ServerBackupProperties 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.
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. |