AzureBackupRehydrationRequest 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.
Azure Backup Rehydrate Request
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureBackupRehydrationRequestTypeConverter))]
public class AzureBackupRehydrationRequest : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRehydrationRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureBackupRehydrationRequestTypeConverter))>]
type AzureBackupRehydrationRequest = class
interface IAzureBackupRehydrationRequest
interface IJsonSerializable
Public Class AzureBackupRehydrationRequest
Implements IAzureBackupRehydrationRequest
- Inheritance
-
AzureBackupRehydrationRequest
- Attributes
- Implements
Constructors
AzureBackupRehydrationRequest() |
Creates an new AzureBackupRehydrationRequest instance. |
Properties
RecoveryPointId |
Id of the recovery point to be recovered |
RehydrationPriority |
Priority to be used for rehydration. Values High or Standard |
RehydrationRetentionDuration |
Retention duration in ISO 8601 format i.e P10D . |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureBackupRehydrationRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureBackupRehydrationRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRehydrationRequest. |
FromJsonString(String) |
Creates a new instance of AzureBackupRehydrationRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureBackupRehydrationRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |