CrossRegionRestoreJobRequest 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.
Details of CRR Job to be fetched
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.CrossRegionRestoreJobRequestTypeConverter))]
public class CrossRegionRestoreJobRequest : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICrossRegionRestoreJobRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.CrossRegionRestoreJobRequestTypeConverter))>]
type CrossRegionRestoreJobRequest = class
interface ICrossRegionRestoreJobRequest
interface IJsonSerializable
Public Class CrossRegionRestoreJobRequest
Implements ICrossRegionRestoreJobRequest
- Inheritance
-
CrossRegionRestoreJobRequest
- Attributes
- Implements
Constructors
CrossRegionRestoreJobRequest() |
Creates an new CrossRegionRestoreJobRequest instance. |
Properties
JobId | |
SourceBackupVaultId | |
SourceRegion |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CrossRegionRestoreJobRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CrossRegionRestoreJobRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICrossRegionRestoreJobRequest. |
FromJsonString(String) |
Creates a new instance of CrossRegionRestoreJobRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CrossRegionRestoreJobRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |