Uses of Enum
com.azure.resourcemanager.appservice.models.UsageState
Packages that use UsageState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of UsageState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return UsageStateModifier and TypeMethodDescriptionSiteInner.usageState()Get the usageState property: State indicating whether the app has exceeded its quota usage.SitePatchResourceInner.usageState()Get the usageState property: State indicating whether the app has exceeded its quota usage.SitePatchResourcePropertiesInner.usageState()Get the usageState property: State indicating whether the app has exceeded its quota usage.SitePropertiesInner.usageState()Get the usageState property: State indicating whether the app has exceeded its quota usage. -
Uses of UsageState in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return UsageStateModifier and TypeMethodDescriptionstatic UsageStateUsageState.fromString(String value) Parses a serialized value to a UsageState instance.WebSiteBase.usageState()Gets state indicating whether web app has exceeded its quota usage.static UsageStateReturns 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.