Interface HasPrivateIpAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>

Type Parameters:
ReturnT - the next stage of the definition
All Known Subinterfaces:
ApplicationGatewayFrontend.UpdateDefinition<ParentT>, ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT>, ApplicationGatewayFrontend.UpdateDefinitionStages.WithPrivateIP<ParentT>, LoadBalancerPrivateFrontend.UpdateDefinition<ParentT>, LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT>, NicIpConfiguration.UpdateDefinition<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>
Enclosing interface:
HasPrivateIpAddress.UpdateDefinitionStages

public static interface HasPrivateIpAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>
The stage of a definition allowing to specify the private IP address.
  • Method Details

    • withPrivateIpAddressDynamic

      ReturnT withPrivateIpAddressDynamic()
      Enables dynamic private IP address allocation within the associated subnet.
      Returns:
      the next stage of the definition
    • withPrivateIpAddressStatic

      ReturnT withPrivateIpAddressStatic(String ipAddress)
      Assigns the specified static private IP address within the associated subnet.
      Parameters:
      ipAddress - a static IP address within the associated private IP range
      Returns:
      the next stage of the definition