Uses of Class
com.microsoft.azure.management.appservice.UsageState
-
-
Uses of UsageState in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return UsageState Modifier and Type Method Description static UsageStateUsageState. fromString(String value)Parses a serialized value to a UsageState instance.UsageStateSitePatchResource. usageState()Get state indicating whether the app has exceeded its quota usage.UsageStateWebAppBase. usageState()static UsageStateUsageState. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageState[]UsageState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-