Condividi tramite


ServerBackup Class

Definition

Server backup properties

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerBackup : Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerBackup = class
    inherit ProxyResource
Public Class ServerBackup
Inherits ProxyResource
Inheritance
Attributes

Constructors

ServerBackup()

Initializes a new instance of the ServerBackup class.

ServerBackup(String, String, String, String, Nullable<DateTime>, String, SystemData)

Initializes a new instance of the ServerBackup class.

Properties

BackupType

Gets or sets backup type.

CompletedTime

Gets or sets backup completed time (ISO8601 format).

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Source

Gets or sets backup source

SystemData

Gets the system metadata relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to