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