Share via


AzureSqlDeletedManagedDatabaseBackupCmdletBase.DatabaseName Property

Definition

Gets or sets the name of the database to use.

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Sql/managedInstances/databases", new System.String[] { "ResourceGroupName", "InstanceName" })]
[System.Management.Automation.Parameter(HelpMessage="The name of the Azure SQL Instance Database to retrieve backups for.", Mandatory=false, ParameterSetName="DeletedDatabaseList")]
[System.Management.Automation.Parameter(HelpMessage="The name of the Azure SQL Instance Database to retrieve backups for.", Mandatory=true, ParameterSetName="DeletedDatabaseByNameAndDeletedTime", Position=2)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string DatabaseName { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Sql/managedInstances/databases", new System.String[] { "ResourceGroupName", "InstanceName" })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the Azure SQL Instance Database to retrieve backups for.", Mandatory=false, ParameterSetName="DeletedDatabaseList")>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the Azure SQL Instance Database to retrieve backups for.", Mandatory=true, ParameterSetName="DeletedDatabaseByNameAndDeletedTime", Position=2)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DatabaseName : string with get, set
Public Property DatabaseName As String

Property Value

Attributes

Applies to