ITargetDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.TargetDetailsTypeConverter))]
public interface ITargetDetails : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.TargetDetailsTypeConverter))>]
type ITargetDetails = interface
interface IJsonSerializable
Public Interface ITargetDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
FilePrefix |
Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them |
RestoreTargetLocationType |
Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType} |
TargetResourceArmId |
Full ARM Id denoting the restore destination. It is the ARM Id pointing to container / file share This is optional if the target subscription can be identified with the URL field. If not then this is needed if CrossSubscriptionRestore field of BackupVault is in any of the disabled states |
Url |
Url denoting the restore destination. It can point to container / file share etc |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |