public class ApplicationGatewayBackendHealthHttpSettings extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthHttpSettings() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpSettings |
backendHttpSettings()
Get reference of an ApplicationGatewayBackendHttpSettings resource.
|
List<ApplicationGatewayBackendHealthServer> |
servers()
Get list of ApplicationGatewayBackendHealthServer resources.
|
ApplicationGatewayBackendHealthHttpSettings |
withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
Set reference of an ApplicationGatewayBackendHttpSettings resource.
|
ApplicationGatewayBackendHealthHttpSettings |
withServers(List<ApplicationGatewayBackendHealthServer> servers)
Set list of ApplicationGatewayBackendHealthServer resources.
|
public ApplicationGatewayBackendHealthHttpSettings()
public ApplicationGatewayBackendHttpSettings backendHttpSettings()
public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
backendHttpSettings - the backendHttpSettings value to setpublic List<ApplicationGatewayBackendHealthServer> servers()
public ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServer> servers)
servers - the servers value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/