BackupRestoreBaseResultProperties 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.
Backup and Restore operation common properties.
public class BackupRestoreBaseResultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HardwareSecurityModules.Models.BackupRestoreBaseResultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HardwareSecurityModules.Models.BackupRestoreBaseResultProperties>
type BackupRestoreBaseResultProperties = class
interface IJsonModel<BackupRestoreBaseResultProperties>
interface IPersistableModel<BackupRestoreBaseResultProperties>
Public Class BackupRestoreBaseResultProperties
Implements IJsonModel(Of BackupRestoreBaseResultProperties), IPersistableModel(Of BackupRestoreBaseResultProperties)
- Inheritance
-
BackupRestoreBaseResultProperties
- Derived
- Implements
Properties
EndOn |
The end time of the backup/restore operation in UTC. |
Error |
Error encountered, if any, during the backup/restore operation. |
JobId |
Identifier for the backup/restore operation. |
StartOn |
The start time of the backup/restore operation in UTC. |
Status |
Status of the backup/restore operation. |
StatusDetails |
The status details of backup/restore operation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BackupRestoreBaseResultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackupRestoreBaseResultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackupRestoreBaseResultProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackupRestoreBaseResultProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackupRestoreBaseResultProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET