IBackupResult 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.BackupResultTypeConverter))]
public interface IBackupResult : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupResultTypeConverter))>]
type IBackupResult = interface
interface IJsonSerializable
Public Interface IBackupResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
The error additional info. |
| AzureStorageBlobContainerUri |
The Azure blob storage container Uri which contains the backup |
| BackupId |
The ID of the backup. |
| 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. |
| XmsRequestId | |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |