Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebSiteInstanceStatusInner
Packages that use WebSiteInstanceStatusInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WebSiteInstanceStatusInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WebSiteInstanceStatusInnerModifier and TypeMethodDescriptionWebAppsClient.getInstanceInfo(String resourceGroupName, String name, String instanceId) Gets all scale-out instances of an app.WebAppsClient.getInstanceInfoSlot(String resourceGroupName, String name, String instanceId, String slot) Gets all scale-out instances of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WebSiteInstanceStatusInnerModifier and TypeMethodDescriptionWebAppsClient.getInstanceInfoAsync(String resourceGroupName, String name, String instanceId) Gets all scale-out instances of an app.WebAppsClient.getInstanceInfoSlotAsync(String resourceGroupName, String name, String instanceId, String slot) Gets all scale-out instances of an app.com.azure.core.http.rest.Response<WebSiteInstanceStatusInner> WebAppsClient.getInstanceInfoSlotWithResponse(String resourceGroupName, String name, String instanceId, String slot, com.azure.core.util.Context context) Gets all scale-out instances of an app.Mono<com.azure.core.http.rest.Response<WebSiteInstanceStatusInner>> WebAppsClient.getInstanceInfoSlotWithResponseAsync(String resourceGroupName, String name, String instanceId, String slot) Gets all scale-out instances of an app.com.azure.core.http.rest.Response<WebSiteInstanceStatusInner> WebAppsClient.getInstanceInfoWithResponse(String resourceGroupName, String name, String instanceId, com.azure.core.util.Context context) Gets all scale-out instances of an app.Mono<com.azure.core.http.rest.Response<WebSiteInstanceStatusInner>> WebAppsClient.getInstanceInfoWithResponseAsync(String resourceGroupName, String name, String instanceId) Gets all scale-out instances of an app.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> WebAppsClient.listInstanceIdentifiers(String resourceGroupName, String name) Gets all scale-out instances of an app.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> WebAppsClient.listInstanceIdentifiers(String resourceGroupName, String name, com.azure.core.util.Context context) Gets all scale-out instances of an app.com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner> WebAppsClient.listInstanceIdentifiersAsync(String resourceGroupName, String name) Gets all scale-out instances of an app.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> WebAppsClient.listInstanceIdentifiersSlot(String resourceGroupName, String name, String slot) Gets all scale-out instances of an app.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> WebAppsClient.listInstanceIdentifiersSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets all scale-out instances of an app.com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner> WebAppsClient.listInstanceIdentifiersSlotAsync(String resourceGroupName, String name, String slot) Gets all scale-out instances of an app. -
Uses of WebSiteInstanceStatusInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebSiteInstanceStatusInnerModifier and TypeMethodDescriptionstatic WebSiteInstanceStatusInnerWebSiteInstanceStatusInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebSiteInstanceStatusInner from the JsonReader.WebSiteInstanceStatusInner.withConsoleUrl(String consoleUrl) Set the consoleUrl property: Link to the console to web app instance.WebSiteInstanceStatusInner.withContainers(Map<String, ContainerInfo> containers) Set the containers property: Dictionary of <ContainerInfo>.WebSiteInstanceStatusInner.withDetectorUrl(String detectorUrl) Set the detectorUrl property: Link to the Diagnose and Solve Portal.WebSiteInstanceStatusInner.withHealthCheckUrl(String healthCheckUrl) Set the healthCheckUrl property: Link to the console to web app instance.Set the kind property: Kind of resource.WebSiteInstanceStatusInner.withPhysicalZone(String physicalZone) Set the physicalZone property: The physical zone that the instance is in.WebSiteInstanceStatusInner.withState(SiteRuntimeState state) Set the state property: The state property.WebSiteInstanceStatusInner.withStatusUrl(String statusUrl) Set the statusUrl property: Link to the GetStatusApi in Kudu. -
Uses of WebSiteInstanceStatusInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WebSiteInstanceStatusInnerModifier and TypeMethodDescriptionWebAppInstanceStatusCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WebSiteInstanceStatusInnerModifier and TypeMethodDescriptionWebAppInstanceStatusCollection.withValue(List<WebSiteInstanceStatusInner> value) Set the value property: Collection of resources.