Uses of Enum Class
com.microsoft.azure.management.appservice.UsageState
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of UsageState in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionstatic UsageState
UsageState.fromString
(String value) Parses a serialized value to a UsageState instance.SitePatchResource.usageState()
Get state indicating whether the app has exceeded its quota usage.WebAppBase.usageState()
static UsageState
Returns the enum constant of this class with the specified name.static UsageState[]
UsageState.values()
Returns an array containing the constants of this enum class, in the order they are declared.