IMigrateIdentity.DatabaseInstanceName 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.
Unique name of a database instance in Azure migration hub.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Unique name of a database instance in Azure migration hub.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="databaseInstanceName")]
public string DatabaseInstanceName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Unique name of a database instance in Azure migration hub.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="databaseInstanceName")>]
member this.DatabaseInstanceName : string with get, set
Public Property DatabaseInstanceName As String
Property Value
- Attributes