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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithPrivateIpAddressDynamic()Enables dynamic private IP address allocation within the associated subnet.ReturnTwithPrivateIpAddressStatic(String ipAddress)Assigns the specified static private IP address within the associated subnet.
-
-
-
Method Detail
-
withPrivateIpAddressDynamic
ReturnT withPrivateIpAddressDynamic()
Enables dynamic private IP address allocation within the associated subnet.- Returns:
- the next stage of the definition
-
-