Interface ApplicationGateway.DefinitionStages
-
- Enclosing interface:
- ApplicationGateway
public static interface ApplicationGateway.DefinitionStagesGrouping of application gateway definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGateway.DefinitionStages.BlankThe first stage of an application gateway definition.static interfaceApplicationGateway.DefinitionStages.WithAuthenticationCertificateThe stage of an application gateway definition allowing to add an authentication certificate for the backends to use.static interfaceApplicationGateway.DefinitionStages.WithAvailabilityZoneThe stage of the application gateway definition allowing to specify availability zone.static interfaceApplicationGateway.DefinitionStages.WithBackendThe stage of an application gateway definition allowing to add a backend.static interfaceApplicationGateway.DefinitionStages.WithBackendHttpConfigThe stage of an application gateway definition allowing to add a backend HTTP configuration.static interfaceApplicationGateway.DefinitionStages.WithCreateThe 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 interfaceApplicationGateway.DefinitionStages.WithDisabledSslProtocolThe stage of an application gateway definition allowing to specify the SSL protocols to disable.static interfaceApplicationGateway.DefinitionStages.WithExistingSubnetThe stage of an application gateway definition allowing to specify the subnet the app gateway is getting its private IP address from.static interfaceApplicationGateway.DefinitionStages.WithFrontendPortThe stage of an application gateway definition allowing to add a frontend port.static interfaceApplicationGateway.DefinitionStages.WithGroupThe stage of an application gateway definition allowing to specify the resource group.static interfaceApplicationGateway.DefinitionStages.WithHttp2The stage of the application gateway definition allowing to specify whether HTTP2 is enabled on the application gateway.static interfaceApplicationGateway.DefinitionStages.WithInstanceCountThe stage of an application gateway definition allowing to specify the capacity (number of instances) of the application gateway.static interfaceApplicationGateway.DefinitionStages.WithListenerThe stage of an application gateway definition allowing to add a listener.static interfaceApplicationGateway.DefinitionStages.WithManagedServiceIdentityThe stage of an application gateway definition allowing to specify Managed Service Identities.static interfaceApplicationGateway.DefinitionStages.WithPrivateFrontendThe stage of an internal application gateway definition allowing to make the application gateway accessible to its virtual network.static interfaceApplicationGateway.DefinitionStages.WithPrivateIPAddressThe 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 interfaceApplicationGateway.DefinitionStages.WithProbeThe stage of an application gateway definition allowing to add a probe.static interfaceApplicationGateway.DefinitionStages.WithPublicFrontendThe stage of an application gateway definition allowing to define one or more public, or Internet-facing, frontends.static interfaceApplicationGateway.DefinitionStages.WithPublicIPAddressThe stage of an application gateway definition allowing to add a new Internet-facing frontend with a public IP address.static interfaceApplicationGateway.DefinitionStages.WithRedirectConfigurationThe stage of an application gateway definition allowing to add a redirect configuration.static interfaceApplicationGateway.DefinitionStages.WithRequestRoutingRuleThe stage of an application gateway definition allowing to add a request routing rule.static interfaceApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreateThe 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 interfaceApplicationGateway.DefinitionStages.WithSkuThe stage of an application gateway update allowing to specify the sku.static interfaceApplicationGateway.DefinitionStages.WithSslCertThe stage of an application gateway definition allowing to add an SSL certificate to be used by HTTPS listeners.static interfaceApplicationGateway.DefinitionStages.WithWebApplicationFirewallThe stage of the applicationgateway update allowing to specify WebApplicationFirewallConfiguration.
-