ISqlBackupSetInfo.ListOfBackupFile 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.
List of files in the backup set.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="List of files in the backup set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo) }, ReadOnly=true, Required=false, SerializedName="listOfBackupFiles")]
public Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[] ListOfBackupFile { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="List of files in the backup set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo) }, ReadOnly=true, Required=false, SerializedName="listOfBackupFiles")>]
member this.ListOfBackupFile : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[]
Public ReadOnly Property ListOfBackupFile As ISqlBackupFileInfo()
Property Value
- Attributes