RestoreRequestProperties 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.
Cloud Hsm Cluster restore information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.RestoreRequestPropertiesTypeConverter))]
public class RestoreRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IRestoreRequestProperties, Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.RestoreRequestPropertiesTypeConverter))>]
type RestoreRequestProperties = class
interface IRestoreRequestProperties
interface IJsonSerializable
interface IBackupRestoreRequestBaseProperties
interface IValidates
Public Class RestoreRequestProperties
Implements IRestoreRequestProperties, IValidates
- Inheritance
-
RestoreRequestProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RestoreRequestProperties() |
Creates an new RestoreRequestProperties instance. |
Properties
| Name | Description |
|---|---|
| AzureStorageBlobContainerUri |
The Azure blob storage container Uri which contains the backup |
| 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. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RestoreRequestProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RestoreRequestProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IRestoreRequestProperties. |
| FromJsonString(String) |
Creates a new instance of RestoreRequestProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RestoreRequestProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |