Uses of Class
com.azure.resourcemanager.mariadb.models.ServerState
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerState in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerInner.userVisibleState()
Get the userVisibleState property: A state of a server that is visible to user.ServerProperties.userVisibleState()
Get the userVisibleState property: A state of a server that is visible to user.Modifier and TypeMethodDescriptionServerInner.withUserVisibleState
(ServerState userVisibleState) Set the userVisibleState property: A state of a server that is visible to user.ServerProperties.withUserVisibleState
(ServerState userVisibleState) Set the userVisibleState property: A state of a server that is visible to user. -
Uses of ServerState in com.azure.resourcemanager.mariadb.models
Modifier and TypeFieldDescriptionstatic final ServerState
ServerState.DISABLED
Static value Disabled for ServerState.static final ServerState
ServerState.DROPPING
Static value Dropping for ServerState.static final ServerState
ServerState.READY
Static value Ready for ServerState.Modifier and TypeMethodDescriptionstatic ServerState
ServerState.fromString
(String name) Creates or finds a ServerState from its string representation.Server.userVisibleState()
Gets the userVisibleState property: A state of a server that is visible to user.Modifier and TypeMethodDescriptionstatic Collection<ServerState>
ServerState.values()
Gets known ServerState values.