Share via


AzureSqlManagedDatabaseBackupLongTermRetentionPolicyCmdletBase.DatabaseName Property

Definition

Gets or sets the name of the managed database to use.

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Sql/managedInstances/databases", new System.String[] { "ResourceGroupName", "ManagedInstanceName" })]
[System.Management.Automation.Parameter(HelpMessage="The name of the Azure Managed Database to use.", Mandatory=true, Position=2, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string DatabaseName { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Sql/managedInstances/databases", new System.String[] { "ResourceGroupName", "ManagedInstanceName" })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the Azure Managed Database to use.", Mandatory=true, Position=2, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DatabaseName : string with get, set
Public Property DatabaseName As String

Property Value

Attributes

Applies to