Uses of Enum
com.azure.resourcemanager.appservice.models.SiteRuntimeState
Packages that use SiteRuntimeState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SiteRuntimeState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteRuntimeStateModifier and TypeMethodDescriptionWebSiteInstanceStatusInner.state()Get the state property: The state property.WebSiteInstanceStatusProperties.state()Get the state property: The state property.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SiteRuntimeStateModifier and TypeMethodDescriptionWebSiteInstanceStatusInner.withState(SiteRuntimeState state) Set the state property: The state property.WebSiteInstanceStatusProperties.withState(SiteRuntimeState state) Set the state property: The state property. -
Uses of SiteRuntimeState in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SiteRuntimeStateModifier and TypeMethodDescriptionstatic SiteRuntimeStateSiteRuntimeState.fromString(String value) Parses a serialized value to a SiteRuntimeState instance.static SiteRuntimeStateReturns the enum constant of this type with the specified name.static SiteRuntimeState[]SiteRuntimeState.values()Returns an array containing the constants of this enum type, in the order they are declared.