ResourceGroupResourceGetLongTermRetentionManagedInstanceBackupsWithLocationOptions.DatabaseState 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.
Whether to query against just live databases, just deleted databases, or all databases.
public Azure.ResourceManager.Sql.Models.SqlDatabaseState? DatabaseState { get; set; }
member this.DatabaseState : Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> with get, set
Public Property DatabaseState As Nullable(Of SqlDatabaseState)