IMigrationStatusDetails.FullBackupSetInfoIgnoreReason 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.
The reasons why the backup set is ignored
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="The reasons why the backup set is ignored", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="ignoreReasons")]
public string[] FullBackupSetInfoIgnoreReason { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="The reasons why the backup set is ignored", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="ignoreReasons")>]
member this.FullBackupSetInfoIgnoreReason : string[]
Public ReadOnly Property FullBackupSetInfoIgnoreReason As String()
Property Value
String[]
- Attributes