MoveCopyAzureSqlManagedDatabaseBase.TargetInstanceName 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.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Sql/managedInstances", new System.String[] { "TargetResourceGroupName" })]
[System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=true, ParameterSetName="MoveCopyManagedDatabaseByNameParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=true, ParameterSetName="MoveCopyManagedDatabaseByInputObjectParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=true, ParameterSetName="MoveCopyManagedDatabaseByResourceIdParameterSet")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string TargetInstanceName { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Sql/managedInstances", new System.String[] { "TargetResourceGroupName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=true, ParameterSetName="MoveCopyManagedDatabaseByNameParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=true, ParameterSetName="MoveCopyManagedDatabaseByInputObjectParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=true, ParameterSetName="MoveCopyManagedDatabaseByResourceIdParameterSet")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TargetInstanceName : string with get, set
Public Property TargetInstanceName As String
Property Value
- Attributes