GetMoveCopyAzureSqlManagedDatabaseOperationsBase.TargetInstanceName Property

Definition

[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=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByNameParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByInputObjectParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByResourceIdParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByMoveCopyObjectParameterSet", ValueFromPipelineByPropertyName=true)]
[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=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByNameParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByInputObjectParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByResourceIdParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Name of the target Azure SQL Managed Instance.", Mandatory=false, ParameterSetName="GetMoveCopyManagedDatabaseOperationsByMoveCopyObjectParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TargetInstanceName : string with get, set
Public Property TargetInstanceName As String

Property Value

Attributes

Applies to