Class GetApplicationGatewayBackendHealthOnDemandResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.GetApplicationGatewayBackendHealthOnDemandResult.Builder
-
- Enclosing class:
- GetApplicationGatewayBackendHealthOnDemandResult
public static final class GetApplicationGatewayBackendHealthOnDemandResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetApplicationGatewayBackendHealthOnDemandResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetApplicationGatewayBackendHealthOnDemandResult.Builder
backendAddressPool(ApplicationGatewayBackendAddressPoolResponse backendAddressPool)
GetApplicationGatewayBackendHealthOnDemandResult.Builder
backendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettingsResponse backendHealthHttpSettings)
GetApplicationGatewayBackendHealthOnDemandResult
build()
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetApplicationGatewayBackendHealthOnDemandResult defaults)
-
-
Method Detail
-
backendAddressPool
public GetApplicationGatewayBackendHealthOnDemandResult.Builder backendAddressPool(@Nullable ApplicationGatewayBackendAddressPoolResponse backendAddressPool)
-
backendHealthHttpSettings
public GetApplicationGatewayBackendHealthOnDemandResult.Builder backendHealthHttpSettings(@Nullable ApplicationGatewayBackendHealthHttpSettingsResponse backendHealthHttpSettings)
-
build
public GetApplicationGatewayBackendHealthOnDemandResult build()
-
-