Uses of Class
com.azure.resourcemanager.appservice.models.SiteRuntimeState
-
Packages that use SiteRuntimeState 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 SiteRuntimeState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteRuntimeState Modifier and Type Method Description SiteRuntimeStateWebSiteInstanceStatusInner. state()Get the state property: The state property.SiteRuntimeStateWebSiteInstanceStatusProperties. state()Get the state property: The state property.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SiteRuntimeState Modifier and Type Method Description WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withState(SiteRuntimeState state)Set the state property: The state property.WebSiteInstanceStatusPropertiesWebSiteInstanceStatusProperties. 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 SiteRuntimeState Modifier and Type Method Description static SiteRuntimeStateSiteRuntimeState. fromString(String value)Parses a serialized value to a SiteRuntimeState instance.static SiteRuntimeStateSiteRuntimeState. valueOf(String name)Returns 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.
-