IMigrationStatusDetails.CurrentRestoringFilename Property
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.
File name that is currently being restored.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="File name that is currently being restored.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="currentRestoringFilename")]
public string CurrentRestoringFilename { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="File name that is currently being restored.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="currentRestoringFilename")>]
member this.CurrentRestoringFilename : string
Public ReadOnly Property CurrentRestoringFilename As String
Property Value
- Attributes