CloudHsmClusterBackupResultProperties 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.
Properties of the Cloud HSM Cluster.
public class CloudHsmClusterBackupResultProperties : Azure.ResourceManager.HardwareSecurityModules.Models.BackupRestoreBaseResultProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResultProperties>
type CloudHsmClusterBackupResultProperties = class
inherit BackupRestoreBaseResultProperties
interface IJsonModel<CloudHsmClusterBackupResultProperties>
interface IPersistableModel<CloudHsmClusterBackupResultProperties>
Public Class CloudHsmClusterBackupResultProperties
Inherits BackupRestoreBaseResultProperties
Implements IJsonModel(Of CloudHsmClusterBackupResultProperties), IPersistableModel(Of CloudHsmClusterBackupResultProperties)
- Inheritance
- Implements
Properties
AzureStorageBlobContainerUri |
The Azure blob storage container Uri which contains the backup. |
BackupId |
The ID of the backup. |
EndOn |
The end time of the backup/restore operation in UTC. (Inherited from BackupRestoreBaseResultProperties) |
Error |
Error encountered, if any, during the backup/restore operation. (Inherited from BackupRestoreBaseResultProperties) |
JobId |
Identifier for the backup/restore operation. (Inherited from BackupRestoreBaseResultProperties) |
StartOn |
The start time of the backup/restore operation in UTC. (Inherited from BackupRestoreBaseResultProperties) |
Status |
Status of the backup/restore operation. (Inherited from BackupRestoreBaseResultProperties) |
StatusDetails |
The status details of backup/restore operation. (Inherited from BackupRestoreBaseResultProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET