Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebSiteInstanceStatusProperties
Packages that use WebSiteInstanceStatusProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of WebSiteInstanceStatusProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebSiteInstanceStatusPropertiesModifier and TypeMethodDescriptionWebSiteInstanceStatusProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WebSiteInstanceStatusProperties from the JsonReader.WebSiteInstanceStatusProperties.withConsoleUrl
(String consoleUrl) Set the consoleUrl property: Link to the console to web app instance.WebSiteInstanceStatusProperties.withContainers
(Map<String, ContainerInfo> containers) Set the containers property: Dictionary of <ContainerInfo>.WebSiteInstanceStatusProperties.withDetectorUrl
(String detectorUrl) Set the detectorUrl property: Link to the Diagnose and Solve Portal.WebSiteInstanceStatusProperties.withHealthCheckUrl
(String healthCheckUrl) Set the healthCheckUrl property: Link to the console to web app instance.WebSiteInstanceStatusProperties.withPhysicalZone
(String physicalZone) Set the physicalZone property: The physical zone that the instance is in.WebSiteInstanceStatusProperties.withState
(SiteRuntimeState state) Set the state property: The state property.WebSiteInstanceStatusProperties.withStatusUrl
(String statusUrl) Set the statusUrl property: Link to the GetStatusApi in Kudu.