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