Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebSiteInstanceStatusInner
Packages that use WebSiteInstanceStatusInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
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.