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