Uses of Class
com.azure.resourcemanager.appservice.models.UsageState
-
Packages that use UsageState Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 UsageState Modifier and Type Method Description UsageStateSiteInner. usageState()Get the usageState property: State indicating whether the app has exceeded its quota usage.UsageStateSitePatchResourceInner. usageState()Get the usageState property: State indicating whether the app has exceeded its quota usage.UsageStateSitePatchResourcePropertiesInner. usageState()Get the usageState property: State indicating whether the app has exceeded its quota usage.UsageStateSitePropertiesInner. 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 UsageState Modifier and Type Method Description static UsageStateUsageState. fromString(String value)Parses a serialized value to a UsageState instance.UsageStateWebSiteBase. 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.
-