Uses of Class
com.microsoft.azure.management.sql.ManagedDatabaseStatus
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ManagedDatabaseStatus in com.microsoft.azure.management.sql
Modifier and TypeFieldDescriptionstatic final ManagedDatabaseStatus
ManagedDatabaseStatus.CREATING
Static value Creating for ManagedDatabaseStatus.static final ManagedDatabaseStatus
ManagedDatabaseStatus.INACCESSIBLE
Static value Inaccessible for ManagedDatabaseStatus.static final ManagedDatabaseStatus
ManagedDatabaseStatus.OFFLINE
Static value Offline for ManagedDatabaseStatus.static final ManagedDatabaseStatus
ManagedDatabaseStatus.ONLINE
Static value Online for ManagedDatabaseStatus.static final ManagedDatabaseStatus
ManagedDatabaseStatus.SHUTDOWN
Static value Shutdown for ManagedDatabaseStatus.static final ManagedDatabaseStatus
ManagedDatabaseStatus.UPDATING
Static value Updating for ManagedDatabaseStatus.Modifier and TypeMethodDescriptionstatic ManagedDatabaseStatus
ManagedDatabaseStatus.fromString
(String name) Creates or finds a ManagedDatabaseStatus from its string representation.ManagedDatabaseUpdate.status()
Get status of the database.Modifier and TypeMethodDescriptionstatic Collection<ManagedDatabaseStatus>
ManagedDatabaseStatus.values()