| 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.
|
| Modifier and Type | Method and Description |
|---|---|
WebSiteInstanceStatusInner |
WebAppsClient.getInstanceInfo(String resourceGroupName,
String name,
String instanceId)
Description for Gets all scale-out instances of an app.
|
WebSiteInstanceStatusInner |
WebAppsClient.getInstanceInfoSlot(String resourceGroupName,
String name,
String instanceId,
String slot)
Description for Gets all scale-out instances of an app.
|
| Modifier and Type | Method and Description |
|---|---|
WebSiteInstanceStatusInner |
WebSiteInstanceStatusInner.withConsoleUrl(String consoleUrl)
Set the consoleUrl property: Link to the console to web app instance.
|
WebSiteInstanceStatusInner |
WebSiteInstanceStatusInner.withContainers(Map<String,ContainerInfo> containers)
Set the containers property: Dictionary of <ContainerInfo>.
|
WebSiteInstanceStatusInner |
WebSiteInstanceStatusInner.withDetectorUrl(String detectorUrl)
Set the detectorUrl property: Link to the Diagnose and Solve Portal.
|
WebSiteInstanceStatusInner |
WebSiteInstanceStatusInner.withHealthCheckUrl(String healthCheckUrl)
Set the healthCheckUrl property: Link to the console to web app instance.
|
WebSiteInstanceStatusInner |
WebSiteInstanceStatusInner.withKind(String kind)
Set the kind property: Kind of resource.
|
WebSiteInstanceStatusInner |
WebSiteInstanceStatusInner.withState(SiteRuntimeState state)
Set the state property: The state property.
|
WebSiteInstanceStatusInner |
WebSiteInstanceStatusInner.withStatusUrl(String statusUrl)
Set the statusUrl property: Link to the GetStatusApi in Kudu.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.