Share via


IItemPathBasedRestoreCriteria.RenameTo Property

Definition

Rename the item to be restored. Restore will rename the itemPath to this new name if the value is specified otherwise the itemPath will be restored as same name.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Rename the item to be restored. Restore will rename the itemPath to this new name if the value is specified otherwise the itemPath will be restored as same name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="renameTo")]
public string RenameTo { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Rename the item to be restored. Restore will rename the itemPath to this new name if the value is specified otherwise the itemPath will be restored as same name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="renameTo")>]
member this.RenameTo : string with get, set
Public Property RenameTo As String

Property Value

Attributes

Applies to