Interface HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<ReturnT>
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
ApplicationGateway.Definition, ApplicationGateway.DefinitionStages.WithCreate, ApplicationGateway.DefinitionStages.WithPrivateIPAddress, ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate, ApplicationGatewayFrontend.Definition<ParentT>, ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>, ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>, LoadBalancerPrivateFrontend.Definition<ParentT>, LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT>, NicIpConfiguration.Definition<ParentT>, NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>
- Enclosing interface:
HasPrivateIpAddress.DefinitionStages
public static interface HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<ReturnT>
The stage of a definition allowing to specify the private IP address.
-
Method Summary
Modifier and TypeMethodDescriptionEnables dynamic private IP address allocation within the associated subnet.withPrivateIpAddressStatic(String ipAddress) Assigns the specified static private IP address within the associated subnet.
-
Method Details
-
withPrivateIpAddressDynamic
ReturnT withPrivateIpAddressDynamic()Enables dynamic private IP address allocation within the associated subnet.- Returns:
- the next stage of the definition
-
withPrivateIpAddressStatic
-