public static interface ApplicationGateway.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGateway.DefinitionStages.Blank
The first stage of an application gateway definition.
|
static interface |
ApplicationGateway.DefinitionStages.WithAuthenticationCertificate
The stage of an application gateway definition allowing to add an authentication certificate for the backends
to use.
|
static interface |
ApplicationGateway.DefinitionStages.WithAvailabilityZone
The stage of the application gateway definition allowing to specify availability zone.
|
static interface |
ApplicationGateway.DefinitionStages.WithBackend
The stage of an application gateway definition allowing to add a backend.
|
static interface |
ApplicationGateway.DefinitionStages.WithBackendHttpConfig
The stage of an application gateway definition allowing to add a backend HTTP configuration.
|
static interface |
ApplicationGateway.DefinitionStages.WithCreate
The stage of an application gateway definition containing all the required inputs for the resource to be
created, but also allowing for any other optional settings to be specified.
|
static interface |
ApplicationGateway.DefinitionStages.WithDisabledSslProtocol
The stage of an application gateway definition allowing to specify the SSL protocols to disable.
|
static interface |
ApplicationGateway.DefinitionStages.WithExistingSubnet
The stage of an application gateway definition allowing to specify the subnet the app gateway is getting its
private IP address from.
|
static interface |
ApplicationGateway.DefinitionStages.WithFrontendPort
The stage of an application gateway definition allowing to add a frontend port.
|
static interface |
ApplicationGateway.DefinitionStages.WithGroup
The stage of an application gateway definition allowing to specify the resource group.
|
static interface |
ApplicationGateway.DefinitionStages.WithHttp2
The stage of the application gateway definition allowing to specify whether HTTP2 is enabled on the
application gateway.
|
static interface |
ApplicationGateway.DefinitionStages.WithInstanceCount
The stage of an application gateway definition allowing to specify the capacity (number of instances) of the
application gateway.
|
static interface |
ApplicationGateway.DefinitionStages.WithListener
The stage of an application gateway definition allowing to add a listener.
|
static interface |
ApplicationGateway.DefinitionStages.WithManagedServiceIdentity
The stage of an application gateway definition allowing to specify Managed Service Identities.
|
static interface |
ApplicationGateway.DefinitionStages.WithPrivateFrontend
The stage of an internal application gateway definition allowing to make the application gateway accessible
to its virtual network.
|
static interface |
ApplicationGateway.DefinitionStages.WithPrivateIPAddress
The stage of an application gateway definition allowing to specify the default IP address the app gateway
will be internally available at, if a default private frontend has been enabled.
|
static interface |
ApplicationGateway.DefinitionStages.WithProbe
The stage of an application gateway definition allowing to add a probe.
|
static interface |
ApplicationGateway.DefinitionStages.WithPublicFrontend
The stage of an application gateway definition allowing to define one or more public, or Internet-facing,
frontends.
|
static interface |
ApplicationGateway.DefinitionStages.WithPublicIPAddress
The stage of an application gateway definition allowing to add a new Internet-facing frontend with a public
IP address.
|
static interface |
ApplicationGateway.DefinitionStages.WithRedirectConfiguration
The stage of an application gateway definition allowing to add a redirect configuration.
|
static interface |
ApplicationGateway.DefinitionStages.WithRequestRoutingRule
The stage of an application gateway definition allowing to add a request routing rule.
|
static interface |
ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
The stage of an application gateway definition allowing to continue adding more request routing rules, or
start specifying optional settings, or create the application gateway.
|
static interface |
ApplicationGateway.DefinitionStages.WithSku
The stage of an application gateway update allowing to specify the sku.
|
static interface |
ApplicationGateway.DefinitionStages.WithSslCert
The stage of an application gateway definition allowing to add an SSL certificate to be used by HTTPS
listeners.
|
static interface |
ApplicationGateway.DefinitionStages.WithWebApplicationFirewall
The stage of the applicationgateway update allowing to specify WebApplicationFirewallConfiguration.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.