Uses of Class
com.azure.resourcemanager.sql.models.ManagedDatabaseStatus
-
Packages that use ManagedDatabaseStatus Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ManagedDatabaseStatus in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedDatabaseStatus Modifier and Type Method Description ManagedDatabaseStatusManagedDatabaseInner. status()Get the status property: Status of the database. -
Uses of ManagedDatabaseStatus in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ManagedDatabaseStatus Modifier and Type Field Description static ManagedDatabaseStatusManagedDatabaseStatus. CREATINGStatic value Creating for ManagedDatabaseStatus.static ManagedDatabaseStatusManagedDatabaseStatus. INACCESSIBLEStatic value Inaccessible for ManagedDatabaseStatus.static ManagedDatabaseStatusManagedDatabaseStatus. OFFLINEStatic value Offline for ManagedDatabaseStatus.static ManagedDatabaseStatusManagedDatabaseStatus. ONLINEStatic value Online for ManagedDatabaseStatus.static ManagedDatabaseStatusManagedDatabaseStatus. RESTORINGStatic value Restoring for ManagedDatabaseStatus.static ManagedDatabaseStatusManagedDatabaseStatus. SHUTDOWNStatic value Shutdown for ManagedDatabaseStatus.static ManagedDatabaseStatusManagedDatabaseStatus. UPDATINGStatic value Updating for ManagedDatabaseStatus.Methods in com.azure.resourcemanager.sql.models that return ManagedDatabaseStatus Modifier and Type Method Description static ManagedDatabaseStatusManagedDatabaseStatus. fromString(String name)Creates or finds a ManagedDatabaseStatus from its string representation.ManagedDatabaseStatusManagedDatabaseUpdate. status()Get the status property: Status of the database.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ManagedDatabaseStatus Modifier and Type Method Description static Collection<ManagedDatabaseStatus>ManagedDatabaseStatus. values()
-