IBackupRestoreBaseResultProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupRestoreBaseResultPropertiesTypeConverter))]
public interface IBackupRestoreBaseResultProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupRestoreBaseResultPropertiesTypeConverter))>]
type IBackupRestoreBaseResultProperties = interface
interface IJsonSerializable
Public Interface IBackupRestoreBaseResultProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
The error additional info. |
| Code |
The error code. |
| Detail |
The error details. |
| EndTime |
The end time of the backup/restore operation in UTC |
| JobId |
Identifier for the backup/restore operation. |
| Message |
The error message. |
| StartTime |
The start time of the backup/restore operation in UTC |
| Status |
Status of the backup/restore operation |
| StatusDetail |
The status details of backup/restore operation |
| Target |
The error target. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |