Interface ApplicationGatewayFrontend.DefinitionStages.WithPublicIPAddress<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
ApplicationGatewayFrontend.Definition<ParentT>
- Enclosing interface:
- ApplicationGatewayFrontend.DefinitionStages
public static interface ApplicationGatewayFrontend.DefinitionStages.WithPublicIPAddress<ParentT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ApplicationGatewayFrontend.DefinitionStages.WithAttach<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.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
-