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