IRestoreRequestProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.RestoreRequestPropertiesTypeConverter))]
public interface IRestoreRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IBackupRestoreRequestBaseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.RestoreRequestPropertiesTypeConverter))>]
type IRestoreRequestProperties = interface
    interface IJsonSerializable
    interface IBackupRestoreRequestBaseProperties
Public Interface IRestoreRequestProperties
Implements IBackupRestoreRequestBaseProperties
Derived
Attributes
Implements

Properties

Name Description
AzureStorageBlobContainerUri

The Azure blob storage container Uri which contains the backup

(Inherited from IBackupRestoreRequestBaseProperties)
BackupId

An autogenerated unique string ID for labeling the backup. It contains both a UUID and a date timestamp.

Token

The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service.

(Inherited from IBackupRestoreRequestBaseProperties)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to