Interface HasPublicIpAddress.UpdateDefinitionStages.WithExistingPublicIPAddress<ReturnT>

Type Parameters:
ReturnT - the next stage of the definition
All Known Subinterfaces:
ApplicationGatewayFrontend.UpdateDefinition<ParentT>, ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT>, ApplicationGatewayFrontend.UpdateDefinitionStages.WithPublicIPAddress<ParentT>, HasPublicIpAddress.UpdateDefinitionStages.WithPublicIPAddress<ReturnT>, HasPublicIpAddress.UpdateDefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>, LoadBalancerPublicFrontend.UpdateDefinition<ParentT>, LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<ParentT>, LoadBalancerPublicFrontend.UpdateDefinitionStages.WithPublicIPAddress<ParentT>, NicIpConfiguration.UpdateDefinition<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT>
Enclosing interface:
HasPublicIpAddress.UpdateDefinitionStages

public static interface HasPublicIpAddress.UpdateDefinitionStages.WithExistingPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with an existing public IP address.
  • Method Details

    • withExistingPublicIpAddress

      ReturnT withExistingPublicIpAddress(PublicIpAddress publicIPAddress)
      Associates an existing public IP address with the resource.
      Parameters:
      publicIPAddress - an existing public IP address
      Returns:
      the next stage of the definition
    • withExistingPublicIpAddress

      ReturnT withExistingPublicIpAddress(String resourceId)
      Associates an existing public IP address with the resource.
      Parameters:
      resourceId - the resource ID of an existing public IP address
      Returns:
      the next stage of the definition