Share via


PostgreSqlLtrServerBackupOperationData Class

Definition

A class representing the PostgreSqlLtrServerBackupOperation data model. Response for the LTR backup Operation API call

public class PostgreSqlLtrServerBackupOperationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlLtrServerBackupOperationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlLtrServerBackupOperationData>
type PostgreSqlLtrServerBackupOperationData = class
    inherit ResourceData
    interface IJsonModel<PostgreSqlLtrServerBackupOperationData>
    interface IPersistableModel<PostgreSqlLtrServerBackupOperationData>
Public Class PostgreSqlLtrServerBackupOperationData
Inherits ResourceData
Implements IJsonModel(Of PostgreSqlLtrServerBackupOperationData), IPersistableModel(Of PostgreSqlLtrServerBackupOperationData)
Inheritance
PostgreSqlLtrServerBackupOperationData
Implements

Constructors

PostgreSqlLtrServerBackupOperationData()

Initializes a new instance of PostgreSqlLtrServerBackupOperationData.

Properties

BackupMetadata

Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc.

BackupName

Name of Backup operation.

DatasourceSizeInBytes

Size of datasource in bytes.

DataTransferredInBytes

Data transferred in bytes.

EndOn

End time of the operation.

ErrorCode

The error code.

ErrorMessage

The error message.

Id

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

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PercentComplete

PercentageCompleted.

ResourceType

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

(Inherited from ResourceData)
StartOn

Start time of the operation.

Status

Service-set extensible enum indicating the status of operation.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<PostgreSqlLtrServerBackupOperationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PostgreSqlLtrServerBackupOperationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlLtrServerBackupOperationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlLtrServerBackupOperationData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PostgreSqlLtrServerBackupOperationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to