Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebSiteInstanceStatusInner
-
Packages that use WebSiteInstanceStatusInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.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 WebSiteInstanceStatusInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WebSiteInstanceStatusInner Modifier and Type Method Description WebSiteInstanceStatusInnerWebAppsClient. getInstanceInfo(String resourceGroupName, String name, String instanceId)Description for Gets all scale-out instances of an app.WebSiteInstanceStatusInnerWebAppsClient. getInstanceInfoSlot(String resourceGroupName, String name, String instanceId, String slot)Description for Gets all scale-out instances of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WebSiteInstanceStatusInner Modifier and Type Method Description Mono<WebSiteInstanceStatusInner>WebAppsClient. getInstanceInfoAsync(String resourceGroupName, String name, String instanceId)Description for Gets all scale-out instances of an app.Mono<WebSiteInstanceStatusInner>WebAppsClient. getInstanceInfoSlotAsync(String resourceGroupName, String name, String instanceId, String slot)Description for 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)Description for 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)Description for 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)Description for Gets all scale-out instances of an app.Mono<com.azure.core.http.rest.Response<WebSiteInstanceStatusInner>>WebAppsClient. getInstanceInfoWithResponseAsync(String resourceGroupName, String name, String instanceId)Description for Gets all scale-out instances of an app.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner>WebAppsClient. listInstanceIdentifiers(String resourceGroupName, String name)Description for 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)Description for Gets all scale-out instances of an app.com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner>WebAppsClient. listInstanceIdentifiersAsync(String resourceGroupName, String name)Description for Gets all scale-out instances of an app.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner>WebAppsClient. listInstanceIdentifiersSlot(String resourceGroupName, String name, String slot)Description for 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)Description for Gets all scale-out instances of an app.com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner>WebAppsClient. listInstanceIdentifiersSlotAsync(String resourceGroupName, String name, String slot)Description for 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 WebSiteInstanceStatusInner Modifier and Type Method Description WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withConsoleUrl(String consoleUrl)Set the consoleUrl property: Link to the console to web app instance.WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withContainers(Map<String,ContainerInfo> containers)Set the containers property: Dictionary of <ContainerInfo>.WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withDetectorUrl(String detectorUrl)Set the detectorUrl property: Link to the Diagnose and Solve Portal.WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withHealthCheckUrl(String healthCheckUrl)Set the healthCheckUrl property: Link to the console to web app instance.WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withKind(String kind)Set the kind property: Kind of resource.WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withState(SiteRuntimeState state)Set the state property: The state property.WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. 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 WebSiteInstanceStatusInner Modifier and Type Method Description List<WebSiteInstanceStatusInner>WebAppInstanceStatusCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WebSiteInstanceStatusInner Modifier and Type Method Description WebAppInstanceStatusCollectionWebAppInstanceStatusCollection. withValue(List<WebSiteInstanceStatusInner> value)Set the value property: Collection of resources.
-