public static interface ApplicationGateway.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGateway.UpdateStages.WithAuthenticationCertificate
The stage of an application gateway update allowing to manage authentication certificates for the backends to
use.
|
static interface |
ApplicationGateway.UpdateStages.WithBackend
The stage of an application gateway update allowing to modify backends.
|
static interface |
ApplicationGateway.UpdateStages.WithBackendHttpConfig
The stage of an application gateway update allowing to modify backend HTTP configurations.
|
static interface |
ApplicationGateway.UpdateStages.WithDisabledSslProtocol
The stage of an application gateway definition allowing to specify the SSL protocols to disable.
|
static interface |
ApplicationGateway.UpdateStages.WithExistingSubnet
The stage of an application gateway update allowing to specify the subnet the app gateway is getting its
private IP address from.
|
static interface |
ApplicationGateway.UpdateStages.WithFrontend
The stage of an application gateway update allowing to modify frontend IP configurations.
|
static interface |
ApplicationGateway.UpdateStages.WithFrontendPort
The stage of an application gateway update allowing to modify front end ports.
|
static interface |
ApplicationGateway.UpdateStages.WithHttp2
The stage of the application gateway update allowing to specify whether HTTP2 is enabled on the application
gateway.
|
static interface |
ApplicationGateway.UpdateStages.WithInstanceCount
The stage of an application gateway update allowing to specify the capacity (number of instances) of the
application gateway.
|
static interface |
ApplicationGateway.UpdateStages.WithIPConfig
The stage of an application gateway update allowing to modify IP configurations.
|
static interface |
ApplicationGateway.UpdateStages.WithListener
The stage of an application gateway update allowing to modify frontend listeners.
|
static interface |
ApplicationGateway.UpdateStages.WithManagedServiceIdentity
The stage of an application gateway update allowing to specify Managed Service Identities.
|
static interface |
ApplicationGateway.UpdateStages.WithPrivateFrontend
The stage of an internal application gateway update allowing to make the application gateway accessible to
its virtual network.
|
static interface |
ApplicationGateway.UpdateStages.WithProbe
The stage of an application gateway update allowing to modify probes.
|
static interface |
ApplicationGateway.UpdateStages.WithPublicIPAddress
The stage of an application gateway update allowing to specify a public IP address for the public frontend.
|
static interface |
ApplicationGateway.UpdateStages.WithRedirectConfiguration
The stage of an application gateway definition allowing to add a redirect configuration.
|
static interface |
ApplicationGateway.UpdateStages.WithRequestRoutingRule
The stage of an application gateway update allowing to modify request routing rules.
|
static interface |
ApplicationGateway.UpdateStages.WithSku
The stage of an application gateway update allowing to specify the sku.
|
static interface |
ApplicationGateway.UpdateStages.WithSslCert
The stage of an application gateway update allowing to modify SSL certificates.
|
static interface |
ApplicationGateway.UpdateStages.WithUrlPathMap
The stage of an application gateway definition allowing to modify URL path maps.
|
static interface |
ApplicationGateway.UpdateStages.WithWebApplicationFirewall
The stage of the applicationgateway update allowing to specify WebApplicationFirewallConfiguration.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.