Uses of Class
com.azure.resourcemanager.appservice.models.HostingEnvironmentStatus
-
Packages that use HostingEnvironmentStatus 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 HostingEnvironmentStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HostingEnvironmentStatus Modifier and Type Method Description HostingEnvironmentStatusAppServiceEnvironment. status()Get the status property: Current status of the App Service Environment.HostingEnvironmentStatusAppServiceEnvironmentResourceInner. status()Get the status property: Current status of the App Service Environment. -
Uses of HostingEnvironmentStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HostingEnvironmentStatus Modifier and Type Method Description static HostingEnvironmentStatusHostingEnvironmentStatus. fromString(String value)Parses a serialized value to a HostingEnvironmentStatus instance.HostingEnvironmentStatusAppServiceEnvironmentPatchResource. status()Get the status property: Current status of the App Service Environment.static HostingEnvironmentStatusHostingEnvironmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HostingEnvironmentStatus[]HostingEnvironmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-