IAppsAndRoles.OtherDatabase 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.
OtherDatabaseServers of the AppsAndRoles.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="OtherDatabaseServers of the AppsAndRoles.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase) }, ReadOnly=true, Required=false, SerializedName="otherDatabases")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[] OtherDatabase { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="OtherDatabaseServers of the AppsAndRoles.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase) }, ReadOnly=true, Required=false, SerializedName="otherDatabases")>]
member this.OtherDatabase : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[]
Public ReadOnly Property OtherDatabase As IOtherDatabase()
Property Value
- Attributes