| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHealthHttpSettings.backendHttpSettings()
Get reference of an ApplicationGatewayBackendHttpSettings resource.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withAffinityCookieName(String affinityCookieName)
Set cookie name to use for the affinity cookie.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withAuthenticationCertificates(List<com.microsoft.azure.SubResource> authenticationCertificates)
Set array of references to application gateway authentication certificates.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining)
Set connection draining of the backend http settings resource.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity)
Set cookie based affinity.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withHostName(String hostName)
Set host header to be sent to the backend servers.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withName(String name)
Set name of the backend http settings that is unique within an Application Gateway.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withPath(String path)
Set path which should be used as a prefix for all HTTP requests.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withPickHostNameFromBackendAddress(Boolean pickHostNameFromBackendAddress)
Set whether to pick host header should be picked from the host name of the backend server.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withPort(Integer port)
Set the destination port on the backend.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProbe(com.microsoft.azure.SubResource probe)
Set probe resource of an application gateway.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProbeEnabled(Boolean probeEnabled)
Set whether the probe is enabled.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol used to communicate with the backend.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProvisioningState(String provisioningState)
Set provisioning state of the backend http settings resource.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withRequestTimeout(Integer requestTimeout)
Set request timeout in seconds.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates(List<com.microsoft.azure.SubResource> trustedRootCertificates)
Set array of references to application gateway trusted root certificates.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withType(String type)
Set type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHealthHttpSettings |
ApplicationGatewayBackendHealthHttpSettings.withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
Set reference of an ApplicationGatewayBackendHttpSettings resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/