Interface ApplicationGatewayFrontend.DefinitionStages
-
- Enclosing interface:
- ApplicationGatewayFrontend
public static interface ApplicationGatewayFrontend.DefinitionStagesGrouping of application gateway frontend definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayFrontend.DefinitionStages.Blank<ParentT>The first stage of an application gateway frontend definition.static interfaceApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>The final stage of an application gateway frontend definition.static interfaceApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>The stage of an application gateway frontend definition allowing to specify the private IP address this application gateway should be available at within the selected subnet.static interfaceApplicationGatewayFrontend.DefinitionStages.WithPublicIPAddress<ParentT>The stage of an application gateway frontend definition allowing to specify an existing public IP address to make the application gateway available at as Internet-facing.static interfaceApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>The stage of an application gateway frontend definition allowing to specify a subnet from the selected network to make this application gateway visible to.
-